Project

General

Profile

Redmine Is Slow

Added by Erwin Macale about 8 years ago

Hi,
Anyone have an idea what causes the redmine server to slow down?
Im a newbie here btw.
Any help would be appreciated.
Thanks,


Replies (3)

RE: Redmine Is Slow - Added by Pavel Potcheptsov about 8 years ago

High CPU load, high IOWait, high RAM usage, high network usage, etc.

RE: Redmine Is Slow - Added by Olivier Houdas about 8 years ago

When you set the log level to info (config.log_level = :info in /config/environments/production.rb), you get info about generation times in the log (/log/production.log). This info splits page generation times ("Views:") and database access times ("ActiveRecord:").
That can give you an hint on what is slow.

    (1-3/3)