On 8/19/07, Sam Minnee <[EMAIL PROTECTED]> wrote: > We run a trac set-up where we have around 50 different projects set up > using separate environments. We've used a modified version of TraM to > provide cross-project reporting. > > While it's functional, it's incredibly slow. This might not be all > that surprising, but it's a big problem for us. > > Has anyone else had success in setting up trac with a large number of > separate projects? Does anyone have suggestions for how we might > improve performance?
Are you using a single Trac to manage multiple projects, as per http://trac.edgewall.org/wiki/TracMultipleProjects? In general this should be more efficient, as Trac can pool database connections and share more memory. The worst case is if you have a single unique Trac for each of the 50 environments. In this situation you're likely to run into memory limits and database connection constraints. -- Evolution: Taking care of those too stupid to take care of themselves. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
