Bug 1023444 - Domain fails to start with default memory settings on Windows 32bit JDK
Summary: Domain fails to start with default memory settings on Windows 32bit JDK
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management, Scripts and Commands
Version: 6.1.1
Hardware: Unspecified
OS: Windows
unspecified
unspecified
Target Milestone: DR1
: EAP 6.3.0
Assignee: Tomaz Cerar
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-25 12:51 UTC by Tomaz Cerar
Modified: 2017-10-10 00:24 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:41:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 956281 0 unspecified CLOSED Starting EAP 6.1 on windows with 32bit jvm can result in failure to start JVM 2021-02-22 00:41:40 UTC

Description Tomaz Cerar 2013-10-25 12:51:44 UTC
This is bug is related to 956281

We fixed standalone startup scripts but same problem applies to domain mode.

Difference with domain start is that startup scripts are ok, but default settings for server.

this settings are part of domain.xml and are as such platform independent.
I would like to change xms & xmx to 1G for both.

Comment 2 Tomaz Cerar 2013-10-25 12:59:30 UTC
Andy WDYT we should do here? 
"problem" is that this would apply also to all other platforms not just windows.

Comment 3 Andrig T Miller 2013-10-25 13:27:27 UTC
(In reply to Tomaz Cerar from comment #2)
> Andy WDYT we should do here? 
> "problem" is that this would apply also to all other platforms not just
> windows.

I think its fine the way it is.

Andy

Comment 4 Rostislav Svoboda 2013-10-29 09:40:59 UTC
BZ 956281 is in ASSIGNED status now, it's resolved yet. Fix for Windows 8 which are not supported in EAP.

BZ 956281 claims that we should improve EAP usage on Windows 8 with 32bit JVM for development. 

This BZ is about domain mode which is not used for development. It's used for deployment across large number of nodes + centralized node management. We shouldn't change default JVM values for this mode.


Current status (EAP 6.2.0 ER6) for standalone mode:
standalone mode - Windows             ==> -Xms1G -Xmx1G
standalone mode - Linux/Solaris/HP-UX ==> -Xms1303m -Xmx1303m


Proposed status for domain mode:
domain mode - Windows             ==> <heap size="1000m" max-size="1000m"/>
domain mode - Linux/Solaris/HP-UX ==> <heap size="1000m" max-size="1000m"/>

Comment 5 Tomaz Cerar 2013-11-20 15:27:24 UTC
this issue popped up again in forums

https://community.jboss.org/message/846522

Comment 7 Petr Kremensky 2014-03-03 07:26:03 UTC
Verified on EAP 6.3.0.DR1

Standalone mode:
standalone mode - Windows             ==> -Xms1G -Xmx1G
standalone mode - Linux/Solaris/HP-UX ==> -Xms1303m -Xmx1303m


Domain mode:
domain mode - Windows             ==> <heap size="1000m" max-size="1000m"/>
domain mode - Linux/Solaris/HP-UX ==> <heap size="1000m" max-size="1000m"/>


Note You need to log in before you can comment on or make changes to this bug.