Is there some kind of connection and/or memory limit?

Forum for questions and support relating to the 1.30.x releases only.
Locked
tiripon
Posts: 34
Joined: Fri Aug 12, 2016 4:06 pm

Is there some kind of connection and/or memory limit?

Post by tiripon »

Hi,

I have problems loading my cameras in a web page.
Currently I am unable to load 3 out of 9 1080P live views. If I try to open the playback window of 1 of them it won't open until I close the other window.

It is a web page I programed. It works fine on 1 computer (The first one I tried to load the page) but It will just load 6 out of 9 on any other computer I tried here on the LAN.

The page just keep loading and it shows "Transferring data from 'my server name' "

It does the same on Chrome, Firefox, IE.

The ZM's "Montage Review" works but it takes a long time to load.

I have ZM installed on a dedicated server with 2 giga NIC.
All cameras are on there own separated subnet on the same giga switch.

Sever specs: 2 x 6 core 3 GHz, 48 GB RAM. Server is installed on a RAID 1 scsi 10000RPM and the video logs on a RAID 0 of 4 scsi 10000RPM

Ideas?

Than you
quian
Posts: 46
Joined: Tue Dec 27, 2016 6:58 am

Re: Is there some kind of connection and/or memory limit?

Post by quian »

knnniggett wrote:Yep, it's in the FAQ:
http://zoneminder.readthedocs.io/en/lat ... in-firefox
Maybe problem
tiripon
Posts: 34
Joined: Fri Aug 12, 2016 4:06 pm

Re: Is there some kind of connection and/or memory limit?

Post by tiripon »

@quian
Thanks for the reply. This does not work and the setting: "browser.cache.check_doc_frequency" was already set to 1
quian
Posts: 46
Joined: Tue Dec 27, 2016 6:58 am

Re: Is there some kind of connection and/or memory limit?

Post by quian »

Did you change these too?

browser.cache.disk.enable True -> False network.http.max-connections-per-server -> put a value of 100
network.http.max-persistent-connections-per-proxy -> 100 again
network.http.max-persistent-connections-per-server -> 100 again

And restart firefox
tiripon
Posts: 34
Joined: Fri Aug 12, 2016 4:06 pm

Re: Is there some kind of connection and/or memory limit?

Post by tiripon »

@quian
Thanks, it might be ok now. network.http.max-persistent-connections-per-server was at 6. Setting it to 9 or more seems to fix the issue.
tiripon
Posts: 34
Joined: Fri Aug 12, 2016 4:06 pm

Re: Is there some kind of connection and/or memory limit?

Post by tiripon »

FYI
I also need to set network.http.max-persistent-connections-per-proxy to a higher number or it wont work. It was at 32 I set it to 100
Locked