The OS you're using and its version
Linux Server 4.19.180-1-MANJARO
The name and version of the Cubecoders product you are using. Make sure to specify the actual version, and not just that it's the 'latest' version.
2.1.0.12
A description of the issue you are having.
amp
user (I guess it should be related to systemd's ampinstmgr.service
in some manner) is eating RAM and CPU even when ampinstmgr.service
it's not launched (not enabled
at boot by systemctl
)
I started webadmins control panel to tweak some 7 days to die instance's config, without starting the server, just the instance, and when I stopped ampinstmgr.service
I realized it kept using RAM and CPU.
I observed it was kswapd0
executed by amp
user.
I rebooted to see if that behaviour disappeared but it persists.
Steps to reproduce the issue (for bugs in particular)
- I ran
systemctl start ampinstmgr.service
to get webadmin control panel - Open webadmin control panel
- Start 7 days to die instance (not server's instance)
- Changed some server's values (serverconfig.xml)
- Stop 7 days to die instance
- Close browser
kswapd0
keeps eating ram, even rebooted
What you have tried so far to resolve the issue and what happened.
systemctl stop ampinstmgr.service
doesn't stop the behaviour.- a reboot don't stop
kswapd0
from starting. killall -9 kswapd0
stops the behaviour but when rebooted it appears again (solves the situation, but not the cause which seems started byamp
as seen inhtop
attached picture). EDIT: when you kill that process, everything goes fine. You can start/stop instances without CPU hunger nor RAM (it takes about 100MB RAM withampinstmgr
up so it's perfect!), the game isn't consuming excessive CPU/RAM neither. When you stopampinstmgr
RAM goes back to normal and CPU keeps on 0.0%, so it's OK.
A paste of any relevant output from the log file for a given AMP instance (where applicable).
For AMP, which application module you're using.
- N/A