CFK <cfkar...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to