Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Java processes and maxdsiz_64bit
System Administration
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Java processes and maxdsiz_64bit
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-2010 07:43 AM
08-05-2010 07:43 AM
Java processes and maxdsiz_64bit
Java processes and maxdsiz_64bit
Hello,
I need to run Java processes that need around 12GB of memory. Currently maxdsiz_64bit is set to 4294967296, what this means?
Do I need to set it to a higher value to run these processes? In that case there is documentation for that purpose?
Additional tasks has to be performed more than change the value?
The current situation only allows me to produce little downtimes such as a complete restart of the machines.
HP-UX 11i V3 running here.
I need to run Java processes that need around 12GB of memory. Currently maxdsiz_64bit is set to 4294967296, what this means?
Do I need to set it to a higher value to run these processes? In that case there is documentation for that purpose?
Additional tasks has to be performed more than change the value?
The current situation only allows me to produce little downtimes such as a complete restart of the machines.
HP-UX 11i V3 running here.
2 REPLIES
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-2010 10:25 PM
08-05-2010 10:25 PM
Re: Java processes and maxdsiz_64bit
Re: Java processes and maxdsiz_64bit
Hi,
The maxdsiz_64bit represents the maximum size of data segement that a 64bit process can have in the system.
Please refer this link:
http://nixdoc.net/man-pages/HP-UX/man5/maxdsiz_64bit.5.html
You can try java -Xmx option. Please check if the following options will be useful.
Xmsn
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 2MB. Examples:
-Xms6291456
-Xms6144k
-Xms6m
-Xmxn
Specify the maximum size, in bytes, of the memory allocation pool. This value must a multiple of 1024 greater than 2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 64MB. The upper limit for this value will be approximately 4000m on Solaris 7 and Solaris 8 SPARC platforms and 2000m on Solaris 2.6 and x86 platforms, minus overhead amounts. Examples:
-Xmx83886080
-Xmx81920k
-Xmx80m
HTH
Muru
The maxdsiz_64bit represents the maximum size of data segement that a 64bit process can have in the system.
Please refer this link:
http://nixdoc.net/man-pages/HP-UX/man5/maxdsiz_64bit.5.html
You can try java -Xmx option. Please check if the following options will be useful.
Xmsn
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 2MB. Examples:
-Xms6291456
-Xms6144k
-Xms6m
-Xmxn
Specify the maximum size, in bytes, of the memory allocation pool. This value must a multiple of 1024 greater than 2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 64MB. The upper limit for this value will be approximately 4000m on Solaris 7 and Solaris 8 SPARC platforms and 2000m on Solaris 2.6 and x86 platforms, minus overhead amounts. Examples:
-Xmx83886080
-Xmx81920k
-Xmx80m
HTH
Muru
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-2010 12:36 AM
08-06-2010 12:36 AM
Re: Java processes and maxdsiz_64bit
Re: Java processes and maxdsiz_64bit
>Do I need to set it to a higher value to run these processes? In that case there is documentation for that purpose?
Yes: kctune maxdsiz_64bit=12*0x40000000
>The current situation only allows me to produce little downtimes such as a complete restart of the machines.
You don't need to reboot.
When you run java, besides the parms listed by Muru, you need -d64.
Yes: kctune maxdsiz_64bit=12*0x40000000
>The current situation only allows me to produce little downtimes such as a complete restart of the machines.
You don't need to reboot.
When you run java, besides the parms listed by Muru, you need -d64.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP