Bug 1122870

Summary: Cannot start server with Azul JVM
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Filip Nguyen <fnguyen>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED DUPLICATE QA Contact: Len DiMaggio <ldimaggi>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1.0CC: atangrin, jolee, thauser, vhalbert
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-30 19:30:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Filip Nguyen 2014-07-24 09:18:57 UTC
With OOTB configuration, its not possible to start DV server with Azul JVM (so its not even possible to install it).

Reason for that is that Azul JVM doesn't accept -Xms and -Xmx to be of the same size. 

Workaround is to set JAVA_OPTS shell property before installation/start:


"export JAVA_OPTS="-server -XX:+UseCompressedOops -Xms1303m -Xmx1304m..."

Comment 2 Julian Coleman 2015-01-14 09:47:01 UTC
JAVA_OPTS is set in the EAP configuration, so requires an EAP fix.

Comment 4 Anne-Louise Tangring 2015-03-23 13:09:29 UTC
Do we want to change the installer to allow the user to change the settings for all JVMs?