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

Recommended Answers

All 3 Replies

2000 processes?

You know you need only 100k or you know you will only dispose of that much? For the total of the 2000 processes? Or for each?

Yes, I need to run 2000 process at the same time, and I believe that 100k is enough for 1 process, not for all process.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.