<img src="<?php echo $this->$vendor->getLink($cam, TypeLink::JPG); ?>" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 500)' onerror='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 500)' alt=''/> >
I let her cycle a whole night and the result was crash of the chromium tab. I have investigated I saw that chromium created the cache of every single image having t = random so on apache i disable caching, i also tried cache killer but the tab memory continues to increase.
Among the various solutions I tried to stem the problem through linux, so I used cgroup by limiting the maximum 400 mb of memory chromium process, having only 1gb on raspberry available. The result, sporadic crashes of the tab even with more than 200mb of free rams within the limit of 400mb.
There is a flag to set a maximum usable chrome kernel limit ? I have come to 500mb with 1 tab only for a jpg motion......
Thanks