idle proccesses and high memory bad? uwsgi/django
Posted
by
JimJimThe3rd
on Server Fault
See other posts from Server Fault
or by JimJimThe3rd
Published on 2013-06-28T15:20:40Z
Indexed on
2013/06/28
16:24 UTC
Read the original article
Hit count: 354
I have a VPS with 256MB of ram. I'm running nginx, uwsgi and postgresql on Ubuntu 12.04 for a soon to be Django site. About 200MB of ram are being used despite the website not being active, the uwsgi processes seem to just be idling. Is this bad? I once heard that having a bunch of free memory isn't necessarily a good metric because it is possible that the memory in use can easily be freed up. I mean, it is possible that the server is storing commonly used "stuff" in case it is accessed but is more than happy to dump it if the ram is needed. But I'm really not sure, hence me asking this question. If it is bad I could set some of the application loading options for uwsgi like "cheap" or "idle" mode.
© Server Fault or respective owner