I am running a very simple python application and I noted that the memory allocation is something like 4,5M.
This is a problem in my case, because I have to run 2 thousand process at the same time.
The memory I need is 100k or less. Is there any way to set this for the python process?
Regards,
Eduardo