I'm confused and I cannot find a solid documentation about Electron memory limitation. Is it 4 GB
? Is it ~1.7 GB
? Can anybody introduce some references? Thanks.
Update
It is claimed that modern Electron has no memory hard limit and it can be increased by flags as far as needed. The bundled Chromium with Eelctron is modified in a way that no hard limit is set.
Is it true?