Recent Discussions
Optimization for my modpack
Open in DiscordUnanswered
Asiatic Lion posted this in #questions
13 messages
0 views
Asiatic LionOP
Hello everyone,
I'm looking to optimize my modpack. I'm using the Spark profiler to generate reports, and I see that one line in particular seems very greedy, but I'm having trouble pinpointing the source of the problem. Would you be able to help me?
My latest Spark report: https://spark.lucko.me/D91tfLlnIJ
If you have any documentation or tutorials on the subject, I'd be delighted 🙂
Thanks a lot !
I'm looking to optimize my modpack. I'm using the Spark profiler to generate reports, and I see that one line in particular seems very greedy, but I'm having trouble pinpointing the source of the problem. Would you be able to help me?
My latest Spark report: https://spark.lucko.me/D91tfLlnIJ
If you have any documentation or tutorials on the subject, I'd be delighted 🙂
Thanks a lot !
@Asiatic Lion Hello everyone,
I'm looking to optimize my modpack. I'm using the Spark profiler to generate reports, and I see that one line in particular seems very greedy, but I'm having trouble pinpointing the source of the problem. Would you be able to help me?
My latest Spark report: https://spark.lucko.me/D91tfLlnIJ
If you have any documentation or tutorials on the subject, I'd be delighted 🙂
Thanks a lot !
I'm looking to optimize my modpack. I'm using the Spark profiler to generate reports, and I see that one line in particular seems very greedy, but I'm having trouble pinpointing the source of the problem. Would you be able to help me?
My latest Spark report: https://spark.lucko.me/D91tfLlnIJ
If you have any documentation or tutorials on the subject, I'd be delighted 🙂
Thanks a lot !
Southern African anchovy
could you elaborate what you mean by "one line in particular seems very greedy"?
@Southern African anchovy could you elaborate what you mean by "one line in particular seems very greedy"?
Asiatic LionOP
Yes ! Here is what I'm talking about :
C5F464D8-96D2-4092-A800-5769E3C68407.png
@Asiatic Lion Yes ! Here is what I'm talking about :
Southern African anchovy
that just looks like spark being funny honestly
Asiatic LionOP
I see that most of my CPU is used to manage Entities but I don't quite understand why, I'd like to know the precise reason for this excessive usage! 😆
@Asiatic Lion I see that most of my CPU is used to manage Entities but I don't quite understand why, I'd like to know the precise reason for this excessive usage! 😆
Southern African anchovy
that looks pretty normal to me
image.png
you should be more worried abt fixing your java gc
@Southern African anchovy you should be more worried abt fixing your java gc
Asiatic LionOP
GC is for Graphic Card ?
@Asiatic Lion GC is for Graphic Card ?
Southern African anchovy
garbage collection
@Southern African anchovy garbage collection
Asiatic LionOP
Ah yes, okay, do you have any leads on my report?
Maybe I just need to increase the RAM? But that seems odd to me, given that absolutely nothing is happening at the time ...
@Asiatic Lion Maybe I just need to increase the RAM? But that seems odd to me, given that absolutely nothing is happening at the time ...
Southern African anchovy
yes def a mod pack of that size probably needs a good chunk more than just 6 gigs however issue being that you don't really have memory to give it more atm you're pretty much running on swap which if and thats still a big if you're game is running even only partially on swap it could be an explanation for the bad gc times
@Southern African anchovy yes def a mod pack of that size probably needs a good chunk more than just 6 gigs however issue being that you don't really have memory to give it more atm you're pretty much running on swap which if and thats still a big if you're game is running even only partially on swap it could be an explanation for the bad gc times
Asiatic LionOP
Thanks for your answer, I'll see what I can do to optimize it!
Loading...
Loading...