It seems my chrome has right now a memory limit of 4GB assigned to JS for every tab:
window.performance.memory.jsHeapSizeLimit
I've found here we can change that with these flags:
chromium --js-flags="--max_old_space_size=512 --max_semi_space_size=512"
But I've tried running:
chrome.exe --js-flags="--max_old_space_size=8000 --max_semi_space_size=8000"
from command prompt and jsHeapSizeLimit stills returning: 3760000000