> I run the trac site on a VPS machine with 256Mb or RAM which was fine > (mod_python) before but now (at the moment I use tracd) the process > easily consumes several hundred Mb of RAM which is, as you can > understand, less then ideal. > > The main question is are there any ways to reduce the memory footprint > or do I need go out hunting for another framework to use?
That's one of the drawback of using Genshi (in replacement of ClearSilver): the memory footprint is higher, and there is little you can do to reduce this. Trac 0.11 can run with 256MB - I manage to run it on a QNAP device that is powered with an ARMv5 CPU :-) but AFAICT you'll need more memory to run Trac and make it snappy. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
