Scheduling service which optimizes Linux’s CPU scheduler and automatically assigns process priorities for improved desktop responsiveness.

  • Amicese@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 years ago

    System76-Scheduler feels similar to those snake-oiled game boosters.(They modify process priorities.)

  • Helix 🧬@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 years ago

    Yeah sure, roll your own for everything, which has worked so great for Canonical in the past. Repeating mistakes other companies have made is nearly as dumb as repeating one’s own mistakes.

    There’s already lots of different Desktop schedulers with varied levels of performance, there’s gamemode and Linux on the desktop already has less overhead than Windows.

    The Arch wiki has a list of software which already does this: https://wiki.archlinux.org/title/Improving_performance#Adjusting_priorities_of_processes

    Pure NIH syndrome.

    • SudoDnfDashY@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      I mean, Solus rolled their own and are doing fine. The problem was that Ubuntu was so focused on the server market that they completely abandoned the desktop and didn’t want to sink a bunch of development costs into Unity and Mir.

  • lobsterasteroid@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    Based on their description, this sounds like they rewrote ananicy in rust and added some kernel tweaks. I worry about NIH syndrome, since ananicy already exists and the other optimizations described could literally be done with shell scripts and udev rules. But it’s a nice idea and tbh actually very useful for low-end hardware.

    I use more or less exclusively low-end hardware and for laptops/desktops without a lot of oomph being able to intelligently parcel out cpu time to applications that are actually a priority for the user is pretty important.

    This kind of optimization is probably useless on anything approaching decent hardware, however.

    • Amicese@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      <details><summary>I hold a similar opinion towards this software and <a href=“https://github.com/FeralInteractive/gamemode”><code>gamemode</code></a>.</summary> Application-level software externally managing process priorities is not a good idea; <b style=“color: green;”>games should be optimized independent of other software!</b></details>

        • morrowind@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          3 years ago

          From the article:

          Basically this Rust-written, MPL-2.0 licensed software aims to automatically configure the kernel’s CFS scheduler and dynamically deal with process priorities

          That is, it’s not an entirely different thing. It wouldn’t make much sense for system 76 to directly add it to the kernel, so I guess it’s a sort of extension…