Page 2 of 2

Re: Zoneminder /dev/shm: 100%

Posted: Sun Feb 28, 2021 11:03 am
by tropisch
Acewiza wrote: Mon Feb 22, 2021 4:33 pm
tropisch wrote: Mon Feb 22, 2021 3:07 pm surveillance station works rly nice and easy, but the licences are quite expensive :shock:
I'd be curious to see how many cameras will run on a DS220 before everything slows to a crawl.

I have Surveillance Station licenses available for half price! :wink:
So whats that with the half price?
Are you selling them?

Re: Zoneminder /dev/shm: 100%

Posted: Tue Mar 02, 2021 2:07 pm
by Acewiza
We can PM any details about the off-topic stuff...

Re: Zoneminder /dev/shm: 100%

Posted: Tue Sep 12, 2023 11:36 am
by pkal
Use the following docker command:

Issue "sudo docker ps -a" and identify your docker. Under NAMES - this will tell you the name of the Zoneminder docker.

Use this name in the next command:

sudo docker exec -it <docker-name> bash

This will log you into the docker container and you can then edit the /etc/fstab file.

Once done - exit the docker container and issue a "sudo docker restart <docker-name>"

A better alternative is to review the script that you use to launch the Zoneminder docker; there should be a parameter there that controls the /dev/shm size.