Hello,
I have few simple questions here, just for knowledge..
With Java 8 as we know MaxPermGem Space has been eliminated, and Metaspace has been added which would allow addition on Non Heap Space memory automatically.
Is it going to affect anything in servoy if we update the Java to Java 8 (Java.version=1.8.0_25)? I have already did the update and while starting server I see a warning that MaxPermGen space has not skipped (I do not remember the exact warning, but it was something like that). Servoy runs but in admin page I do see the user non heap space always in RED and Max as 0K.
Do we need to do any extra settings while upgrading the Java from 7 to 8 ?
Do we need to set this "-XX:MaxMetaspaceSize=128m" while starting the servoy ?
Thanks