I have a python script that can approach the 2 GB process limit under Windows XP. On a machine with 2 GB physical memory, that can pretty much lock up the machine, even if the Python script is running at below normal priority.
Is there a way in Python to find out my own process size?
Thanks, Gerry
try:
import win32process
print win32process.GetProcessMemoryInfo(win32process.GetCurrentProcess())
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With