The issue is with memory. I noticed, that memory is increasing on every Django request. I found similar question here: http://stackoverflow.com/questions/2293333/django-memory-usage-going-up-with-every-request Is there any way to avoid it?
And perhaps last question, is I upgrade memory to 1 GB (I have 512 MB), what will be, when traffic increases? I mean for how many visits will it suffice? If I now have 3000 uniques per day and not enough 512 MB, will this mean that 1 GB is not enough for 6000 uniques? Or relationship is completely another? Is it also possible to limit memory? Like using resources.setrlimit or something similar? Just raise exception if process takes too long or takes too much memory? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
