docker-headless-vnc-container icon indicating copy to clipboard operation
docker-headless-vnc-container copied to clipboard

Check if Firefox > 52.02 will solve memory problems

Open toschneck opened this issue 8 years ago • 1 comments

Since the new version of firefox 52.02, it reserves a lot of not needed memory. See https://github.com/ConSol/sakuli/issues/276

Temporary solution: go back to previous firefox 45

TODO: Try later again to fix this issue command to validate memory usage: ps -o rss= -p <pidof> | awk '{print $1*4/1024, "MiB"}'

toschneck avatar Sep 12 '17 16:09 toschneck

Tested today version 58.0b4 still not respecting cgroups and reserves a lot of memory. So will keep firefox 45 for now.

toschneck avatar Nov 20 '17 12:11 toschneck