-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.ER3
-
None
-
Regression, Blocks Testing
-
-
-
-
-
-
-
Not Required
JBEAP-11565 add the following line into the EAP launching scripts:
export MALLOC_ARENA_MAX="${MALLOC_ARENA_MAX:-1}"
This is problematic on Solaris 10 sparc
$ ./standalone.sh ./standalone.sh: MALLOC_ARENA_MAX=1: is not an identifier $ ./domain.sh ./domain.sh: MALLOC_ARENA_MAX=1: is not an identifier
Please use:
MALLOC_ARENA_MAX="${MALLOC_ARENA_MAX:-1}"
export MALLOC_ARENA_MAX
so Solaris 10 shell can handle this fine.
- blocks
-
JBEAP-11565 Export a low MALLOC_ARENA_MAX value in standalone.sh and domain.sh
- Closed
- is cloned by
-
WFCORE-3126 Cannot start EAP - MALLOC_ARENA_MAX=1: is not an identifier
- Resolved
- is incorporated by
-
JBEAP-12378 (7.1.0) Upgrade to WildFly Core to 3.0.1.Final-redhat
- Closed