|
|
|
|
|
by pacoverdi
3132 days ago
|
|
> "Well, it works fine on my machine, and I only have 32 gigabytes of ram." Tangentially, this problem is not limited to Electron. Developers should regularly test (and why not also build) their software on an old laptop with 2GiB of RAM. I don't get why I have to bump the maximum heap size of Gradle daemons to 2 or 3 GiB just so they don't barf under their own GC vomit. Building an in-memory representation of your project's modules and dependencies (even hundreds thereof) should not take more than a few MiB if done correctly. |
|