= IDE Configuration = == IntelliJ == === Run Configuration === VM parameters: -Xms256m -Xmx512m -XX:MaxPermSize=200m -XX:MaxHeapFreeRatio=70 -XX:MaxGCPauseMillis=10 -XX:+UseConcMarkSweepGC [[Image(Dbnp-Intellij-RunConfig1.png)]] === Test Configuration === VM parameters: -Xms256m -Xmx512m -XX:MaxPermSize=200m -XX:MaxHeapFreeRatio=70 -XX:MaxGCPauseMillis=10 -XX:+UseConcMarkSweepGC [[Image(Dbnp-Intellij-TestConfig1.png)]] === SAM Configuration === SAM needs a running GSCF instance to connect to. So first start GSCF with the run configuration showed above (which will run GSCF Tomcat on port 8080 by default) and then start the SAM project in a new window. The run configuration should be the same, except that command line should read: {{{ -Dserver.port=8182 run-app }}}