On Jul 1, 8:17 pm, [EMAIL PROTECTED] wrote:
> Every django app grabs ~60mb of RAM. I'm currently running three
> different django fcgi processes and that uses half of my available
> RAM.

What is the initial memory size of the process when it is first
started? In other words, does it start out this large or grow over
time?

Have you identified whether it is requests against specific URLs
within your application which causes it to grow a lot?

Graham

> On 7/1/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote:
>
>
>
> > Jeremy Dunck wrote:
> > > Two settings files being used by a single process?
>
> > > How would that work?
>
> > Oh... I missed the bit about a single process. But now I wonder why
> > require this? One server can happily serve two sites either from
> > separatemod_pythonhandlers or separate FastCGI servers.
>
> > Vladimir, why do you need a single process?
>
> --
> 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