- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JVM 1.2.2.08 Memory Problem
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
11-19-2001 01:40 AM
11-19-2001 01:40 AM
JVM 1.2.2.08 Memory Problem
We are using JVM 1.2.2.08 on HPUX 11.0 for our development. We noticed that the memory size (as read from the RES column in top) of the VM expands with no apparent reason. We have used various memory profiling tools (Purify, jmeter) to check our program and it does not seems to have memory leak.
In fact, as a control, we run the same program using a 1.1.8 JVM and there seems to no problem - the memory size keep flat.
I know that it is difficult to get help given such little information. I just want to know if anyone here has experienced similar JVM memory problem and what's the cause/solution of it.
Regards,
Billy Kan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 05:13 AM
11-19-2001 05:13 AM
Re: JVM 1.2.2.08 Memory Problem
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:59 AM
11-19-2001 06:59 AM
Re: JVM 1.2.2.08 Memory Problem
I know only the vmargs parameters to limited the Heap size. But I???m afraid that???s not the solution for your problem.
#
# Use -ms to set the minimum heap size of the VM.
#
-Xms16m
#
# Use -mx to set the maximum heap size of the VM.
#
-Xmx32m
-Xmn128m <-- I don't know the Meaning.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 01:06 AM
11-21-2001 01:06 AM
Re: JVM 1.2.2.08 Memory Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 01:33 AM
11-23-2001 01:33 AM