• 3 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle




  • EDIT: Tried nice -n +19, still lags my other programs.

    yea, this is wrong way of doing things. You should have better results with CPU-pinning. Increasing priority for YOUR threads that interact all the time with disk io, memory caches and display IO is the wrong end of the stick. You still need to display compilation progress, warnings, access IO.

    There’s no way of knowing why your system is so slow without profiling it first. Taking any advice from here or elsewhere without telling us first what your machine does is missing the point. You need to find out what the problem is and report it at the source.