|
|
|
|
|
by wander_homer
3012 days ago
|
|
Here on my systems (Ubuntu, Gentoo) electron-quick-start leads to ~90 MB more memory usage and it spawns 4 processes which use 110MB, 74MB, 74MB and 44MB of resident memory. So obviously quite some memory is shared between those and probably other processes on my system, but nevertheless the resulting memory consumption is far above 40 MB. |
|
Theoretically this memory could be shared by all electron applications running in a single machine. In practice every Electron app bundles its own runtime.