- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem in allocating Xmx memory
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2007 06:59 PM
01-01-2007 06:59 PM
problem in allocating Xmx memory
H/W Platform : rx2620
O/S Version : 11.23 v2
I am trying to set the maximum and minimum limit for the heap size in Java env to increase the performance.
Am getting the following error:
# ./java -Xms=2048
Invalid initial heap size: -Xms=2048
Could not create the Java virtual machine.
Reward points will be awarded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2007 12:01 AM
01-02-2007 12:01 AM
Re: problem in allocating Xmx memory
www.hp.com/go/java contains all you need
Your definition is wrong
-Xms
Specify the initial size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 1MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 5248KB. Examples:
Xms4194304
Xms4096k
Xms4m
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 01:07 AM
01-03-2007 01:07 AM
Re: problem in allocating Xmx memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 01:27 AM
01-03-2007 01:27 AM
Re: problem in allocating Xmx memory
Did you do it without the =
There is not one in the command
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 01:43 AM
01-03-2007 01:43 AM
Re: problem in allocating Xmx memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 09:06 AM
02-08-2007 09:06 AM
Re: problem in allocating Xmx memory
1. ensure your kernel maxdsiz will fit your requirement.
2. ovas process is cap at 1G therefore increase it using 'ovstop ovas' issue commnand 'chatr +q3p enable /opt/OV/bin/ovas' then 'ovstart ovas'
ensure ovas process restart properly. this will allow ovas to go above its default 1G limit.
3.Then Modify the ovas.lrf with. "OVs_YES_START:ovtopmd,ovdbcheck,httpd:-Xmx1024m-Xms1024m-:OVs_WELL_BEHAVED:15:NOPAUSE:" or more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 02:50 PM
02-08-2007 02:50 PM
Re: problem in allocating Xmx memory
Thanks for the reply.
Its not a OV.
I have also tried without =
But still the problem persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 10:56 PM
03-28-2008 10:56 PM