Hi folks, can somebody please help me figure out w...
# spring
a
Hi folks, can somebody please help me figure out why my app is being booted in 20+ seconds instead of 5-6 like it was just this morning? I didn't do any particular changes to gradle, I didn't update any version dependencies, it just suddenly started to be incredibly slow. I switched to Linux from Windows for the performance and because Gradle kept hanging up in dying on Windows and the only way to continue work was to reboot, everything was blazingly fast but now for no specific reason everything's just slow af
e
Running in debug mode?
a
Nope, didn't change that, at least not that I'm aware of
I'm blaming it on an OS update -- feels like it made everything slower
a
How much ram are you giving to Gradle? Is it in parallel mode? Is it reusing engines?
a
Copy code
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2048M
This is my
gradle.properties
file Memory increase did not yield any effects. It was the default 512 before that
OH MY GOD I FIGURED IT OUT
👍 1
I set the OS into Power Saving mode instead of Performance. Though I did set it back to performance today, but I did it via a shortcut (Fedora, Meta+B), but it seems it didn't take? I changed it manually via a slider right now and everything's back to normal. God damn it. I wasted ~4 hours on this.
😂 2