On Jul 1, 10:43 pm, "Vladimir Pouzanov" <[EMAIL PROTECTED]> wrote:
> $ grep Vm /proc/9453/status
> VmPeak:    54556 kB
> VmSize:    54552 kB
> VmLck:         0 kB
> VmHWM:      9804 kB
> VmRSS:      9804 kB
> VmData:    48160 kB
> VmStk:       128 kB
> VmExe:         4 kB
> VmLib:      5528 kB
> VmPTE:        60 kB

Hmmm, have you actually done any research into what these figures
actually mean. Are you aware that VmPeak/VMSize don't necessarily
actually mean that that amount of physical memory is being used?

The figure that one normally pays attention to is RSS, which is the
resident memory size. Thus your application is only actually consuming
about 10MB of memory, not 60MB.

Graham

> settings.DEBUG = False
> settings.TEMPLATE_DEBUG = False
>
> On 7/1/07, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> > Sounds almost like the classic case of not turning off DEBUG
> > settings, and having query-history hang around for far too long.
> >  It doesn't take too long to get humongous memory usage if you're
> > saving every query your DB executes :)
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanovhttp://hackndev.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to