Re: Memory Footprint

2008-12-09 Thread Malcolm Tredinnick
On Tue, 2008-12-09 at 09:10 -0700, Jeff Anderson wrote: [...] > I am running memcached, which does seem to help my sites go faster, but > it isn't helping the memory footprint go down (obviously.) Although memcached is usually "the answer" to a lot of caching issues, it d

Re: Memory Footprint

2008-12-09 Thread Graham Dumpleton
ept that I am using all of my VPS's memory plus swap. The > real solution is to upgrade memory on the VPS, but I'm a poor college > student so I want to reduce the memory footprint any way I can. I'm > using mod_python and apache. > > I've seen discussion about mo

Re: Memory Footprint

2008-12-09 Thread Rajesh Dhawan
o upgrade memory on the VPS, but I'm a poor college > student so I want to reduce the memory footprint any way I can. I'm > using mod_python and apache. If you have not already done so, start by reducing the values of these Apache settings (as applicable to your case)

Memory Footprint

2008-12-09 Thread Jeff Anderson
n the VPS, but I'm a poor college student so I want to reduce the memory footprint any way I can. I'm using mod_python and apache. I've seen discussion about mod_python specifically where it was suggested to set large variables to None when you're done with them. Django does most

Re: How much is Django memory footprint?

2007-03-20 Thread Atilla
of the > processes is now 22Mb. > Do you have KeepAlive On? > In my case did't solve the problem. > Also, can I reduce the memory footprint if I had a independent server > to serve static media, like lighttpd? If you have a lot of static content, you definitely want to have a s

Re: How much is Django memory footprint?

2007-03-20 Thread Nuno Mariz
e problem. Also, can I reduce the memory footprint if I had a independent server to serve static media, like lighttpd? Lets see if the processes will maintain in 22Mb size. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: How much is Django memory footprint?

2007-03-20 Thread Atilla
I've a moderatelly small apllication in production, that runs on FCGI, instead of mod-python. From stress-tests it's prooven to be very fast and responsive. FCGI is dynamically managed by Apache. The memory footprint of my FCGI processes is around 12MB per process, In addition,

How much is Django memory footprint?

2007-03-19 Thread Nuno Mariz
Hi, Anyone can say how much memory an apache process wastes in a django app, in your servers? I can't understand why the 2 servers that I have, one dedicated and other in a slicehost, with the same distro and apps installed. Have diferent memory stats. In my slice I have something like: PID USER