1

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?

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.