Zoneminder /dev/shm: 100%

Forum for questions and support relating to the 1.34.x releases only.
tropisch
Posts: 5
Joined: Mon Feb 15, 2021 10:58 am

Re: Zoneminder /dev/shm: 100%

Post 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?
User avatar
Acewiza
Posts: 72
Joined: Thu Dec 31, 2020 4:52 pm

Re: Zoneminder /dev/shm: 100%

Post by Acewiza »

We can PM any details about the off-topic stuff...
pkal
Posts: 2
Joined: Sat May 16, 2020 10:09 pm

Re: Zoneminder /dev/shm: 100%

Post 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.
Post Reply