Page MenuHomeDevCentral

Add RAM to Dwellers
Closed, WontfixPublic

Description

Currently, Dwellers is configured to use 3 GB.

Recently, with Forum and Etherpad, we're consuming virtual memory.

Last week, we were at 100 MB of swap. Today, we are at 1.4, with yesterday a peak at 1.9 (Etherpad usual issues).

Add 2 GB RAM could be useful if we need to deploy something more.

This could be made in conjonction with T170.


/root ] free -h
             total       used       free     shared    buffers     cached
Mem:          3.0G       2.6G       414M        72M        77M       771M
-/+ buffers/cache:       1.8G       1.2G
Swap:         3.3G       1.4G       1.9G
/root ] docker start etherpad_mysql
etherpad_mysql
/root ] docker start etherpad
etherpad
/root ] free -h
             total       used       free     shared    buffers     cached
Mem:          3.0G       2.9G       114M        72M        14M       589M
-/+ buffers/cache:       2.3G       718M
Swap:         3.3G       1.4G       1.9G

Event Timeline

dereckson raised the priority of this task from to Low.
dereckson updated the task description. (Show Details)
dereckson added projects: Servers, Forum.
dereckson added a subscriber: dereckson.
dereckson claimed this task.