Hi all,
I am not sure if this is a bug or not, but my server memory starts
diminishing rapidly after each unique page request of my mod_wsgi serving
satchmo site.

As you can see from the repeated free -m command below, my server's free
memory started rapidly from 292mb to 235 for the initial home page request
and there upon reducing considerably for each unique page visit. I am the
only one working on the server right now and there is no other process that
can interfere with the memory to my best knowledge. Once I restart apache,
free memory is back to 292mb and again the same story follows for each page
request.

What is happening here? Can anyone shed some light?

Thanks,
Shakthi

[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        219        292          0          0          0
-/+ buffers/cache:        219        292
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        276        235          0          0          0
-/+ buffers/cache:        276        235
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        288        223          0          0          0
-/+ buffers/cache:        288        223
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        309        202          0          0          0
-/+ buffers/cache:        309        202
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        309        202          0          0          0
-/+ buffers/cache:        309        202
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        309        202          0          0          0
-/+ buffers/cache:        309        202
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        311        200          0          0          0
-/+ buffers/cache:        311        200
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        313        198          0          0          0
-/+ buffers/cache:        313        198
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        314        197          0          0          0
-/+ buffers/cache:        314        197
Swap:            0          0          0
[email protected] [~/src/satchmo-trunk/satchmo/static]# free -m
             total       used       free     shared    buffers     cached
Mem:           512        315        196          0          0          0
-/+ buffers/cache:        315        196
Swap:            0          0          0


On Sun, Feb 15, 2009 at 5:11 PM, Shankar Dhanasekaran <
[email protected]> wrote:

> Thank you for pointing me to right docs. Apart from the doc the you pointed
> out, the one below was also helpful.
>
> http://m.andric.us/post/43754517/django-python-mod-wsgi-with-cpanel-whm
>
> Thanks,
> Shakthi
>
>
> On Sat, Feb 14, 2009 at 3:54 PM, Graham Dumpleton <
> [email protected]> wrote:
>
>>
>>
>>
>> On Feb 14, 4:33 pm, Shankar Dhanasekaran <[email protected]>
>> wrote:
>> > Hi,
>> > I am having trouble setting up satchmo with apache + wsgi. I am
>> following
>> > the documents as mentioned inhttp://www.rkblog.rk.edu.pl/w/p/mod_wsgi/
>> >
>> > I have success with implementing the "hello world" wsgi as mentioned in
>> the
>> > above link. But when I try out the second example of implementing a
>> django
>> > site (my satchmo site) with wsgi, I am getting "500 Internal Server
>> Error".
>> >
>> > Is there anything else special about satchmostore that I am missing. I
>> am
>> > seeking guidance in setting up with wsgi from those who succedded in it.
>>
>> Consider using the proper mod_wsgi documentation rather than someones
>> blog entry.
>>
>> See:
>>
>>  http://www.modwsgi.org
>>  http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
>>  http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
>>
>> Graham
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to