Progress on the Gilectomy

Marko Rauhamaa marko at pacujo.net
Thu Jun 22 09:27:39 EDT 2017


CFK <cfkaran2 at gmail.com>:

> Yes, and this is why I suspect CPython would work well too.  My usage
> pattern may be similar to Python usage patterns. The only way to know for
> sure is to try it and see what happens.

I have a rule of thumb that your application should not need more than
10% of the available RAM. If your server has 4 GB of RAM, your
application should only need 400 MB. The 90% buffer should be left for
the GC to maneuver.


Marko



More information about the Python-list mailing list