[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Viewing Custom Graphs
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