Went from 2gb ram to 12gb - any changes for zm to use it?

Forum for questions and support relating to the 1.24.x releases only.
Locked
limitlessent
Posts: 46
Joined: Wed Mar 18, 2009 8:38 am

Went from 2gb ram to 12gb - any changes for zm to use it?

Post by limitlessent »

I've upgraded one of our zm servers from 2gb ram (it was a test server) to 12gb ram. all 12gb show up via the 'free' command but is there anything I need to do to get zm to use the extra ram or will it figure it out automatically?
christophe_y2k
Posts: 102
Joined: Mon Oct 12, 2009 8:47 am
Location: EUROPE-FRANCE-MANDELIEU

shm

Post by christophe_y2k »

Hello
you need to adapt your shared memory of your linux server
depend of your distrib with my gentoo the config file is /etc/sysctl.conf

and for 4Go of RAM have these config

kernel.shmall = 2097152
kernel.shmmax = 4294967296

http://www.zoneminder.com/forums/viewtopic.php?t=9692
Locked