Xymon Mailing List Archive search

Viewing Custom Graphs

list Charles Jones
Sun, 02 Apr 2006 04:15:07 -0700
Message-Id: <user-093344bb399d@xymon.invalid>

lars ebeling wrote:
You have to change the shared memory parameters. I don't know howe to do that in Linux, 
/etc/sysctl.conf
kernel.shmmax = value
kernel.shmmni = value
kernel.shmall = value
kernel.sem = value

Where value depends on how much memory you have, and what other processes need shared memory.  Google for sysctl.conf and your flavor of linux and you should find what you need.

-Charles