Georgios Koloventzos wrote (Thursday, July 05, 2012 5:20 PM): > We have since some years a Trac installation, but recently we > encountered a problem with the installation. > We are using 0.11.7 version. > We are hosting a large amount of trac instances (more than 1000). > > The problem is that the apache is opening the log file of every > instance (environment) and it does not close them. This leads to > reach the maximum open files limit. > For resolving the error we have to restart apache every now and then.
You didn't tell any numbers and on what operating system you are working with. Are you sure it's the trac.log? Did you check with lsof? How many files are open? Doesn't raising the limit help? E.g. doubling with $ ulimit -n $(( $(ulimit -n) * 2 )) Have a nice day, Berny -- 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.
