Chrome and chromium refuse to run on ubuntu 20
When starting I got message "Fatal process out of memory: Failed to reserve memory for new V8 IsolateFatal process out of memory: Failed to reserve memory for new V8 Iso"
Applies to chromium and google-chrome after version 79. Version 79 still runs fine, but I had to downgrade manually to get a working version...
Any idea what I can do ? By the way, this is not a RAM problem:
free -h total utilisé libre partagé tamp/cache disponible Mem: 22Gi 4,1Gi 12Gi 597Mi 6,4Gi 17Gi Partition d'échange: 23Gi 0B 23Gi
21 Answer
OK, i will respond my own question. I found out that the problem was caused by a setting in /etc/security/limits.conf . I had limited the max memory to 8GB for my user ! It seems that chrome and chromium cannot run with less than 8GB ?? Which seems weird to me.... is this a "feature" or a "bug" in chromium ?
1