![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
| General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I've had various version of LW on Ubunutu for the past few years, and very frequently, CPU utilization spikes and stays there. In the system monitor utility, its Java thats consuming all the CPU (limewire is frequently shown as sleeping ??).
This behavior has been consistent through the past 5 or so versions of all these pieces of software. Sometimes, I just launch LW, and its doing nothing, and it just starts slamming the CPU. Even more painful, is on the dual core I run now, the linux scheduler gets into the game and the round robin CPU utilization makes the system nearly hang as workload is swapped from one core to another. Its been happening for years, and each time I upgade, I hope it won't happen again. But alas.... I'm currently running Hardy (8.04), with Java 1.6.06. and LW 4.17.9 pro. |
|
#2
|
|||
|
|||
|
I see a similar problem. I'm running LimeWire 4.18.8 on Ubuntu 8.1.0 with Java 1.6.0_10. Whenever I try to browse a host with a large number of files, LimeWire seems to go into an infinite loop -- it hangs, and the "top" command shows Java sucking up 80%-90% of CPU.
--Curmudgeon |
|
#3
|
||||
|
||||
|
Out of curiosity, is it possible to drop your Java version back slightly. I've heard of problems with Java 6 (1.6). Just my six cents worth, sorry I am not a Linux user.
|
|
#4
|
|||
|
|||
|
I've been having this problem as well (it happens when I try to browse a host with a large number of files), and I think I've tracked it down to a memory allocation issue. What seems to be happening is that the default initial heap allocation for limewire is too small, causing the system to go into a frenzy of garbage collection when the number of files is too big, which causes the spike in CPU load that you see.
What I did to fix this (as best as possible) was to change the invocation line towards the end of the "runLime.sh" script to the following, which explicitly specifies larger heap allocations: ${JAVA_PROGRAM_DIR}java -ea -Xms1024m -Xmx1700m .....The first value (-Xms...) specifies the heap allocation at startup; the second (-Xmx...) specifies the maximum heap allocation. You may have to play with these numbers to find ones that work well for you. Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| massive virus | scrubber | Open Discussion topics | 0 | January 15th, 2008 10:43 PM |
| UPC utilization when downloading | adnkladsnjklasnfd | Download/Upload Problems | 1 | August 1st, 2004 09:21 PM |
| 99% CPU Utilization - brings system to halt | Unregistered | User Experience | 6 | November 23rd, 2001 11:04 PM |
| High CPU utilization | grem | Gnotella (Windows) | 20 | May 20th, 2001 12:18 PM |
| Streamlined connection utilization | DigitalMaverick | Gnotella (Windows) | 0 | August 1st, 2000 05:11 PM |