but my settings are not implemented. i checked statistics page. i don’t see increase in memory.
i installed wM’s as a service. Before i make the jvm settings, i unreg the service and made jvm settings and then registered the service. But new JVM settings are not initiated.
I think they moved to a separate file didn’t they? I can’t remember where, but I think it was ignoring the “usual” place for setting things and looking in another file for the jvm params.
By default, IS JVM memory can modify from setenv.bat but it’s also possible to
modify memory setting straight away from server.bat by replace this line in server.bat to their respective value.
set JAVA2_MEMSET=-Xms%JAVA_MIN_MEM% -Xmx%JAVA_MAX_MEM% -XX:MaxPermSize=%JAVA_MAX_PERM_SIZE% -Xrs
i have did the steps you mentioned above and i am able to modify my IS JVM memory successfully. FYI, i am trying on WM8.2 as well.
Uninstall IS service
Replace
set JAVA2_MEMSET=-Xms%JAVA_MIN_MEM% -Xmx%JAVA_MAX_MEM% -XX:MaxPermSize=%JAVA_MAX_PERM_SIZE% -Xrs to
set JAVA2_MEMSET=-Xms512M -Xmx512M -XX:MaxPermSize=256M -Xrs
in server.bat