Genexus: java.lang.OutOfMemoryError: Java heap space
If error java.lang.OutOfMemoryError: Java heap space at the time of compiling the KB tracking solution:
Simply put this setting in Compiler Options.
-J-Xms512m -J-Xmx2048m
This will increase the memory used by Java, which by default is the maximum of 512mb
