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:
I'm currently generating in Java, with PostgreSQL database.
Has anyone ever got this error? There is a workaround?
According to this SAC you have two options:
Option 1 (recommended):
Create in the KB Folder or in C:\Windows a file called MSBuild.env with this text inside:
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.
Option 2
Set the property Generate developer menu makefile = No