After upgrading to DX NetOps Spectrum 25.4.x, the SpectroSERVER may crash every few days. When attempting to analyze the resulting core dump with GDB, the file is reported as truncated, and VNM.OUT may be empty.
Symptoms:
VNM.OUT contains no error messages or stack traces.Warning: core file is truncated: expected core file size >= ####, found: ####.Cannot access memory at address ####.RHEL 8 uses systemd-coredump to manage crash logs. By default, ExternalSizeMax and ProcessSizeMax in /etc/systemd/coredump.conf are limited (often to 2 GB). Since the SpectroSERVER process often occupies 5 GB or more of resident memory, the OS terminates the dump process prematurely, resulting in a useless core file.
sudo privileges.sudo vi /etc/systemd/coredump.conf[Coredump] section and ensure the following parameters are set to infinity:ProcessSizeMax=infinityExternalSizeMax=infinitysudo systemctl daemon-reload.vnmrc changes.