Closed ctheune closed 7 years ago
Maybe cgroups (carried out by systemd) ressource management, limiting cpu / memory could be an approach.
Uhm. Well. No. :) The RAM is needed by the program at the moment. Limiting it will cause it to crash. Need to review where the memory goes. I'm pretty sure we keep too many copies of data around and can optimize this with an hour or two of effort.
Fixed in 8793c89 (forgot to close the ticket)
In our machines I see RAM usage with more than 1.5GiB while running vulnix. This is problematic as we support VMs with only 1GiB that customers want to use for something useful. This means quality of service suffers while vulnix is running. :(