[SOLVED] Why is my app allowed to be bigger than the maximum size stipulated in the Electron memory map allows

@jaza_tom, the 3KB is as @ScruffR describes it. PO-Util’s output includes that in its numbers. There are a number of reasons you could be getting a stack overflow including Software Timers and over allocation of (stack allocated) variables in functions.

3 Likes