Skip to content

Optimizing Performance

brug edited this page Mar 18, 2024 · 1 revision

To increase performance, follow this guide by brucethemoose on optimizing Java runtimes and flags. Using GraalVM is recommended, and GC flags can vary based on your CPU.

If you are struggling on RAM and/or use an AMD GPU, also consider using Linux, which uses less memory and has better OpenGL drivers for AMD. Be aware to not use Flatpak in CPU-bound scenarios.

Clone this wiki locally