I have zoneminder install on ubuntu server:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
$ uname -a
Linux ZM2 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
With 12 GB ram and in I am using docker to run zoneminder.
with 5 cameras Zoneminder work perfectly, but when I try to add new camera it always crash and there are not image.
The following error show up in the log:
Code: Select all
2015-05-12 09:09:58.509905 zma_m3 14882 WAR Signal: Reacquired zm_monitor.cpp 1293
2015-05-12 09:09:58.008300 zma_m3 14882 WAR Signal: Lost zm_monitor.cpp 1293
2015-05-12 09:09:57.989173 zmc_m3 14877 WAR Unable to capture image, retrying zm_remote_camera_http.cpp 1171
2015-05-12 09:09:57.988194 zmc_m3 14877 ERR Connection dropped by remote end zm_remote_camera_http.cpp 474
2015-05-12 09:09:14.374640 zmdc 13810 INF 'zmc -m 5' crashed, signal 134 zmdc.pl
2015-05-12 09:09:14.213930 zmdc 13810 ERR 'zma -m 5' exited abnormally, exit status 255 zmdc.pl
2015-05-12 09:09:14.210062 zma_m5 15874 ERR Shared data not initialised by capture daemon for monitor call_center2 zm_monitor.cpp 421
is it ram issue? does 12 GB ram enough for 6 cameras 320x240?
how can I now if it RAM issue or network limitation?