Rajuk- / hawkscope

Automatically exported from code.google.com/p/hawkscope
Other
0 stars 0 forks source link

Hawkscope fails to launch in Ubuntu 10.04 #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to Menu/Accessories/Hawkscope
2. Click Hawkscope

What is the expected output? What do you see instead?
I expect to see Hawkscope open. Nothing opens, and checking System Monitor, no 
process named hawkscope is running. If I type hawkscope in terminal and hit 
enter, I get error:
"Error occurred during initialization of VM
Too small initial heap for new size specified"

What version of the product are you using? On what operating system?
hawkscope_0.6.1-1_i386.deb Debian Package for i386 GTK Linux (Ubuntu)
Ubuntu 10.04 32bit

Please provide any additional information below.
Please create a forum for hawkscope users.

Original issue reported on code.google.com by quadrop...@gmail.com on 27 Jun 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Temporary workaround:

1. Edit /usr/bin/hawkscope (or locate the file with command "which hawkscope" 
if it's not available there)
2. In line: 

java -Xms4m -Xmx32m -jar /usr/share/hawkscope/hawkscope.jar $1 $2 $3 $4 $5 $6 

increase -Xms4m -Xmx32m values to something bigger, i.e. -Xms16m -Xmx64m

Original comment by tomas.va...@gmail.com on 28 Jun 2010 at 5:21

GoogleCodeExporter commented 9 years ago
The workaround was successful.

Thank you.

Original comment by quadrop...@gmail.com on 28 Jun 2010 at 5:25