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
Emil Kantis
05/09/2025, 5:57 PM
Running in debug mode?
a
Alex
05/09/2025, 6:27 PM
Nope, didn't change that, at least not that I'm aware of
Alex
05/09/2025, 6:27 PM
I'm blaming it on an OS update -- feels like it made everything slower
a
ashmelev
05/09/2025, 8:06 PM
How much ram are you giving to Gradle? Is it in parallel mode? Is it reusing engines?
file
Memory increase did not yield any effects. It was the default 512 before that
Alex
05/09/2025, 10:31 PM
OH MY GOD I FIGURED IT OUT
👍 1
Alex
05/09/2025, 10:32 PM
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.