Hey,
I have been trying to get a web server using nginx and webpy on an
embedded board running linux. This board only has 64mb of memory. When
running a page with an XML post loop to the server every 10 seconds
the device increases in memory by about 20k every request. Eventually
the device runs out of memory and Linux starts killing off processes
until either Nginx or the python application are ended.

The Webpy application gets to about 38mb before linux starts shutting
programs down. I'm leaning towards the possibility that it is a memory
leak in the application i'm running or alternatively it could be nginx/
webpy is Setup incorrectly for an embedded device.

Any assistance would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to