I just updated to 19.1.20190813 on my AWS T1 micro. To my horror, memory usage tripled. It appears the default action of of the webmin update command is to install the entire rocket chat system.
apt-get -y install egroupware-docker
Rocket chat is not needed nor wanted. I do not think it should be automatically installed with either a fresh install of Egroupeware nor an update of the egroupware-docker package.
I had to perform a apt remove to restore my system resources to a tolerable level.
apt remove egroupware-rocketchat:amd64
Please consider not installing rocket chat as a default component of egoupware under a webmin update. At a minimum, if rocket chat is not already installed during an update ask the user if the rocket chat component should be added.
Also I don’t seem to remember the processes below. Are they part of the rocket interface? My memory usage is still not back down to below half a GB. Is there anything else I can remove that would let just plain vanilla egroupware run? There does not appear to be any separate rocket mysql tables.
2407 root 10.37 MB containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runti ...
2410 root 10.37 MB containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runti ...
2415 root 10.37 MB containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runti ...
2846 systemd-timesync 6.39 MB nginx: worker process
2600 root 5.91 MB nginx: master process nginx -g daemon off;
Is there anyway to lower the memory usage of these processes?
1388 root 763.71 MB /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
3172 www-data 757.30 MB php-fpm: pool www
2561 root 754.97 MB php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf)
3173 www-data 754.97 MB php-fpm: pool www
1314 root 659.59 MB /usr/bin/containerd
Should I just go back to version 17?