Tag Archives: args

How update or add JVM args to Wildfly Server on Eclipse

The configuration file that holds JVM args is called standalone.conf and it’s located in bin folder.

However, if we attach the server to the Eclipse, you must to access other location to do that.

First, you must double-click on server instance name on Server tab. It will open the configuration tab.

After, click on Open launch configuration option and modify and/or add JVM args. Like this.

That’s it.