Increase JBoss java heap

0

Someone knows how to increase the size of the virtual memory of the Wildfly 8. What happens is that I am trafficking very heavy files over the network and at some point I skip the exception. I already tried modifying the file standalone.conf:

JAVA_OPTS="-Xms512m -Xmx5120m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true"

and nothing. I would appreciate if someone can guide me.

    
asked by Carlos 03.05.2017 в 22:31
source

0 answers