Autodocumentation crashing in DS3.1

Hi,

Getting the out of ‘memory error’ when using Auto Documentation in DS3.1.
The memory settings for Tomcat have moved from 12.x

Anyone know where to fix in 3.1.

Thanks


pxbaker :uk: (BOB member since 2007-01-09)

you can set the JAVA_OPTS env variable to set the memory options in the setenv.bat file in tomcat\bin folder

JAVA_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"

you can also try unselecting the information that you want to print for WF or DF


manoj_d (BOB member since 2009-01-02)