General Application Configuration
The server JVM is better suited for applications running constantly over the long run; for example, the Server VM is much faster than the Client VM. To enable it, simply set the server option on the command line. For Linux WILDFLY_HOME/bin/standalone.conf For Windows WILDFLY_HOME/bin/standalone.conf.bat Use Server Virtual Memory set JAVA_OPTS=%JAVA_OPTS% -server
How to view entire application in user defined language
Open bin/standalone.conf.bat file set "JAVA_OPTS=-Xms10G -Xmx30G -noverify -XX:MaxP...
Sat, 29 Oct, 2016 at 9:46 PM
How to view cube data having user defined language?
Open bin/standalone.conf.bat file and add the highlighted parameter
set "JAVA_OPTS=-...
Sat, 29 Oct, 2016 at 9:45 PM