Elektrine lite

← Feed

atzanteol

atzanteol@sh.itjust.works

Posts

  • Post #3528143

    I’ve tried a few times but with only 8gig of vram it’s simply not worth it.

  • Post #3299477

    How do I do that for just that post? And how do I ignore replies for that post so I didn’t get any other notices?

  • Post #969097

    What do you think a “lighter” distro looks like? Just uninstall stuff you don’t want.

  • Post #487337

    When you open and read files from a program the OS (kernel) will typically cache part or all of those files in memory. This is to speed up subsequent reads of that file since disk access is slow. “preload” seems to be making use of that feature. The kernel maintains this cache and evicts (unloads) things from it as needed. You don’t need to worry about it.