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.