• 0 Posts
  • 5 Comments
Joined 6 days ago
cake
Cake day: March 29th, 2025

help-circle


  • I will add to all of this, which is basically good advice, also MONITOR how changes you make affect performance, use tools like glances, btop, iotop, top, free, to monitor various system parameters and modern kernels really do help a lot. I saw wait time go down quite a bit with 6.14 relative to 6.13, granted this is an environment with around 1000 simultaneous processes and even more threads, but I think it will help most loads. But bottom line, measure, measure, and then measure.



  • If you are running Linux, I would recommend maxing out the amount of RAM that your CPU supports. Memory I/O is faster than the fastest SSD, and Linux will use all RAM not being used for something else for buffers and cache putting write in the background so you don’t have to wait upon them. Also consider using a modern kernel and tailoring it to your processor, use the -march argument for your architecture in the compile, this will utilize your CPU to it’s fullest.