There is a limit of 256 MB on the account in terms of memory consumption for Web applications. How is WebFaction measuring that? I would like to know in order to determine how WebFaction views my application's memory usage, and in order to be able to determine if I will eventually need to perform optimizations to reduce memory usage. I'm aware of how much memory it takes to run on my system, but my system and their system are completely different creatures, which is why I want to know if anyone knows how WebFaction does it. BTW, the application is question is running inside a Python virtualenv, using Django. This should not make any major differences, but I list it for completeness sake. Thanks! asked 15 Apr '12, 11:09 mbt |
You just need to add up the amount of memory your processes are using. The following command will give you a list of processes their memory usage and a total.
answered 15 Apr '12, 11:30 bmeyer71 ♦♦ Just wanted to be sure that it was RSS they use and not some other method, such as one that might account for identical pages (and thus lower the result). Thanks! BTW, I tried (but failed) to upvote your answer. Sorry I couldn't do that.
(15 Apr '12, 17:13)
mbt
No worries. Glad I could help.
(15 Apr '12, 17:22)
bmeyer71 ♦♦
|