This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JNLP and Web Start and the fly likes How to run WebStart app with -Xrunhprof Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "How to run WebStart app with -Xrunhprof" Watch "How to run WebStart app with -Xrunhprof" New topic
Author

How to run WebStart app with -Xrunhprof

Josh Johnson
Greenhorn

Joined: Jan 15, 2001
Posts: 20
I have a Web Start application that is running out of memory for certain users.
I would like for these users to run the application with hprof turned on so I can figure out what part of the code is using so much memory.
Is there a way I can specify in the jnlp file to run the app with the
-Xhrunhprof option?
 
 
subject: How to run WebStart app with -Xrunhprof
 
Similar Threads
High Memory Usage by httpd.exe in iPlanet v4.1
Determining memory consumption of web application
Finding the Occupied ports in a Server
Launching Windows image viewer from java app
HttpSession scalability?