Typo
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2752 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
25a25922bc
commit
d421fd5c50
|
@ -533,7 +533,7 @@ our @options =
|
|||
name => "ZM_PATH_MAP",
|
||||
default => "/dev/shm",
|
||||
description => "Path to the mapped memory files that that ZoneMinder can use",
|
||||
help => "ZoneMinder has historically used IPC shared memory for shared data between processes. This has it's advantages and limitations. This version of ZoneMinder can use an alternate method, mapped memory, instead with can be enabled with the --enable--map directive to configure. This requires less system configuration and is generally more flexible. However it requires each shared data segment to map onto a filesystem file. This option indicates where those mapped files go. You should ensure that this location has sufficient space for these files and for the best performance it should be a tmpfs file system or ramdisk otherwise disk access may render this method slower than the regular shared memory one.",
|
||||
help => "ZoneMinder has historically used IPC shared memory for shared data between processes. This has it's advantages and limitations. This version of ZoneMinder can use an alternate method, mapped memory, instead with can be enabled with the --enable--mmap directive to configure. This requires less system configuration and is generally more flexible. However it requires each shared data segment to map onto a filesystem file. This option indicates where those mapped files go. You should ensure that this location has sufficient space for these files and for the best performance it should be a tmpfs file system or ramdisk otherwise disk access may render this method slower than the regular shared memory one.",
|
||||
type => $types{abs_path},
|
||||
category => "paths",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue