HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Java Tomcat keeps crashing and reporting out o...
Operating System - HP-UX
1828360
Members
3361
Online
109976
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 08:30 AM
10-09-2006 08:30 AM
Java Tomcat keeps crashing and reporting out of memory - Performance Help
How to deal with Java performance issues on HP-UX?
I would like to if you ever came across a Java Performance issue and how you fixed it. Did you use any tools, performance tracking software, kernel changes, ulimit sizing, cpu interupts etc...
Inventory:
SD16000 (vpar1)
4 CPU's
20 GB Memory
Best Regards
I would like to if you ever came across a Java Performance issue and how you fixed it. Did you use any tools, performance tracking software, kernel changes, ulimit sizing, cpu interupts etc...
Inventory:
SD16000 (vpar1)
4 CPU's
20 GB Memory
Best Regards
Projects Smawjects
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 09:43 AM
10-13-2006 09:43 AM
Re: Java Tomcat keeps crashing and reporting out of memory - Performance Help
Alvin,
You can use HPjconfig tool available at http://www.hp.com/products1/unix/java/. It helps you with required patches and Kernel parameters.
Out of memory is thrown for many reasons - like when max file handlers are utilized, or when no new threads could be created or just like the message says, Java didn't get enought memory and it is running out of memory. Try -Xms & -Xmx options while starting JVM. I mean export JAVA_OPTS="-Xms128m -Xmx512m" before starting Tomcat (where 128 and 512 megs can be altered as required by the applcaition you are running.
There are tons of tools for performance monitoring and doing related stuff meant for Java developers and Sys Admin. What are exactly looking for?
Thanks,
Srini
You can use HPjconfig tool available at http://www.hp.com/products1/unix/java/. It helps you with required patches and Kernel parameters.
Out of memory is thrown for many reasons - like when max file handlers are utilized, or when no new threads could be created or just like the message says, Java didn't get enought memory and it is running out of memory. Try -Xms & -Xmx options while starting JVM. I mean export JAVA_OPTS="-Xms128m -Xmx512m" before starting Tomcat (where 128 and 512 megs can be altered as required by the applcaition you are running.
There are tons of tools for performance monitoring and doing related stuff meant for Java developers and Sys Admin. What are exactly looking for?
Thanks,
Srini
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.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP