-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.2.1
-
Fix Version/s: jboss-fuse-6.2.1
-
Component/s: Patching
-
Labels:None
Current fails if bin/setenv is changed to:
export JAVA_MIN_MEM=768M
|
export JAVA_MAX_MEM=1536M
|
export JAVA_PERM_MEM=768M
|
export JAVA_MAX_PERM_MEM=1536M
|
export JAVA_OPTS="-Xms$JAVA_MIN_MEM -Xmx$JAVA_MAX_MEM -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass -Djava.security.egd=file:/dev/./urandom"
|