still this performance issue

Unfortunately my previous solution was only temporary, after a while I mentioned that mongrels are eating the memory and hanging. What is sure is that rails is using up to too much memory and crashes, it even seams to be a known problem, (wonder why I have not found...

redmine on nginx with mongrel_cluster

The webrick of redmine has couple of performance issues, so I was looking for an alternative solution to avoid the use of Apache and its proxy features. As already I use nginx it was clear to use it. The proxy is working perfectly with proxy_pass to the webrick, but...

Redmine 0.9.3

After upgrading couple of new plug-ins are installed. Here is a basic start up script for gentoo $!/sbin/runscript depend() { need net } start() { ebegin “Starting redmine” start-stop-daemon –start –make-pidfile –chuid apache:apache...

Installing Redmine on ‘Gentoo’

Install all required packages for redmine server ~ $ emerge dev-ruby/rubygems install ruby on rails version required by redmine H Install the preferred database server/client MySQL/PostgreSQL server ~ $ emerge postgresql Configure and create the database for redmine...