- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Java Large Memory Heap Size
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
04-19-2005 05:38 PM
04-19-2005 05:38 PM
Java Large Memory Heap Size
We are running HP-UX B-11.11 PA-RISC
and HP-JVM 1.4.2
We recently installed patches, so that we can upgrade the heap size from 2 gb to 4gb.
But when I change the heap size setting in the startup script of the server -Xmx and Xmn the server doesn't get started and generates the following error message
/usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/java1.4/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
HPI dlopen failed: Exec format error
Does anyone know what is the problem.
Thaks,
Amit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 05:48 PM
04-19-2005 05:48 PM
Re: Java Large Memory Heap Size
If you are 32, that might explain the trouble. Address limits. Think about memory windows.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 09:30 PM
04-19-2005 09:30 PM
Re: Java Large Memory Heap Size
It is always address space and memory windows is needed
see
ftp://eh:spear9@hprc.external.hp.com/memory.htm#memory_windows
For memory windows details
You are running out of space
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2005 11:24 PM
04-20-2005 11:24 PM
Re: Java Large Memory Heap Size
We are running 64 bit O.S., so it should support this memory issue. And to have HP-JVM 1.4.2 up and running with this large memory heap we installed the required patches still I am getting this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 01:49 AM
04-21-2005 01:49 AM
Re: Java Large Memory Heap Size
You'll also need to set maxdsiz / maxdsiz_64bit to 4Gb, if Java literally uses heap and not MAP_PRIVATE mmap's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 02:09 AM
04-21-2005 02:09 AM
Re: Java Large Memory Heap Size
Also be up to date on Java patches.
hp.com/go/java
Also, just eager to know, why you need so much heap size??
Anil