Set Eclipse use 16core CPU [message #1768645] |
Thu, 20 July 2017 18:38  |
Eclipse User |
|
|
|
Hello guys!
I have a trouble.
I'm using Eclipse for work on PC with Xeon E5-2698V3, 80Gb RAM, Samsung Evo 850Gb SSD, and...
CPU Load 6-7% ;(
Memory set to -Xms48g -Xmx64g, but not using more 3Gb, and...
Help me, how set using CPU more?
Thanks in advance and sorry for the bad english
|
|
|
|
|
|
|
Re: Set Eclipse use 16core CPU [message #1768658 is a reply to message #1768649] |
Fri, 21 July 2017 01:48  |
Eclipse User |
|
|
|
The extent to which Eclipse uses more of your CPU cores depends on how many threads are actively running in the process. Much work needs to be done on the main thread (any work that directly manipulates the UI controls), so that's often gating factor for the extent to which multiple threads can be used. And while various things are delegated to background jobs (threads), e.g., the incremental builder, there's no VM setting you can set that has any impact on the extend to which multiple threads will be used in Eclipse.
|
|
|
Powered by
FUDForum. Page generated in 0.08907 seconds