found the answer…just coming back here to close the loop in case it comes up again for another user.
To increase memory for JBOSS, modify run.conf
(/Library/JBOSS/3.2/bin/run.conf) and change the Xmx100 to whatever (e.g., Xmx256M)
#
# The Java VM to use. 1.4.2 or higher
#
JAVA=/usr/bin/java
#
# Specify options to pass to the Java VM.
#
# Don’t change the JBoss temp.dir setting
JAVA_OPTS="-server -Xmx100M $JAVA_OPTS -Djboss.server.temp.dir=$JBOSSTMPDIR"
Comments are closed