buildstacklocallocalstackgenexus

Error "error: ERR 211 Not enough local stack" while building on GeneXus 17


When building a KB in GeneXus 17, it outputs the following error: error: ERR 211 Not enough local stack

Followed by: warning: [BuildDaemon] Auto restarting Specifier daemon. True - AutoRestartCount:

enter image description here

I'm currently generating in Java, with PostgreSQL database.

Has anyone ever got this error? There is a workaround?


Solution

  • According to this SAC you have two options:

    VANILLA=YES
    GLOBAL=150000
    

    The value of GLOBAL does not need to be too high, it depends on the size of each KB, the idea is to increment it until the error disappears.