Content
[solved] Tips to reduce memory load.
Added by Joel Small over 10 years ago
Hi.
I’m running OpenProject 3.0 on Ubuntu 12.04. The system is sitting quite nicely and I generally don’t have any issues. I have passenger running and have pre-compiled assets for a fast response.
I have had to economise on my memory usage recently. I have 1g available in this specific virtual machine to use.
In particular, I’m noticing that there are two ruby instances, generally taking up around 30% (290mb), with an occasional third instance taking total memory usage up to 40. I certainly expected memory usage to be higher than my traditional PHP environments, but did not expect the magnitute of the jump. My other apache vhosts take around 8.8 of the memory load (86mb). Is there some way to kill one of these openproject ruby jobs i see, or are they both required?
Can I economise on memory usage in any way, or are these numbers to be expected for an OpenProject Environment?
If anyone else would like to know more on this, please pop in a ‘me too’ response below.
Cheers
Joel Small
Replies (1)
I managed to find the problem, though it wasn’t with openproject.
Our caching plugin for apache/PHP wasn’t loading correctly, and as such the load times had become unbearable.
Resolving this conflict resolved the problem.