Problem FTB Modpacks using up 90% of CPU

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
P

PaulHotel

Guest
I have been running into an issue with several modpacks where it freezes often and uses up to 90% of my CPU.
Screenshot:
upload_2017-11-12_17-50-53.png


Computer Specifications:
Intel Core i7-6700 CPU @ 3.40 GHz
16 GB of RAM
 
X

Xenulus

Guest
I've seen this issue before but haven't found any solutions, other than the universal suggestion of just allocating more RAM to the game.
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
A log could help + more information about your system.

Java version?
Have you changed any java arguments?
Antivirus software that could mess with stuff?

If not sure how to check other running process on the machine, do this:

Open PowerShell and type this:
get-process | Out-File "$ENV:USERPROFILE\desktop\process.txt"
upload_2017-11-13_23-17-45.png


and:
get-process *java* | select * | Out-File "$ENV:USERPROFILE\desktop\javaprocess.txt"
upload_2017-11-13_23-18-1.png


This will create 2 txt-files on your desktop, open and copy/paste to paste.feed-the-beast.com and share the links.
 
P

pmfman

Guest
Its possible that its a java problem, or a hardware problem. If your ram (or allocated ram within the game) or gpu can’t keep up, the cpu will pick up the slack. I suggest allocating more ram first to see if it fixes anything since it is the easiest fix