bdwyertech/chef-wildfly

Increate memory settings

Closed this issue · 1 comments

Is there any way to set memory settings up?

I mean, by default wildfly is configured with these options in /opt/wildfly/bin/standalone.conf:

JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true"

I'd like to install wildfly and configure it inder to increase these values.

Is it possible?