# Controls the System Request debugging functionality of the kernel # Default: 438 kernel.sysrq = 0 # Controls whether core dumps will append the PID to the core filename. # Useful for debugging multi-threaded applications. # Default: 0 kernel.core_uses_pid = 1 # Allow for more PIDs # Default: 32768 kernel.pid_max = 65535 # Controls the maximum size of a message, in bytes # Default: 16384 kernel.msgmnb = 65535 # Controls the default maxmimum size of a mesage queue # Default: 8192 kernel.msgmax = 65535 # Hide exposed kernel pointers # Default: 0 kernel.kptr_restrict = 1