Changes between Version 6 and Version 7 of howto/SetupXymonServer


Ignore:
Timestamp:
Dec 30, 2010, 8:47:37 AM (13 years ago)
Author:
fclaire@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupXymonServer

    v6 v7  
    5959Run the following commands to increase your shared segments:
    6060{{{
    61 $ sudo echo "kern.sysv.shmmni=64" >> /etc/sysctl.conf
    62 $ sudo echo "kern.sysv.shmseg=12" >> /etc/sysctl.conf
     61$ sudo bash -c "echo kern.sysv.shmmni=64 >> /etc/sysctl.conf"
     62$ sudo bash -c "echo kern.sysv.shmseg=12 >> /etc/sysctl.conf"
    6363}}}
    6464