Update 1

I see a framerate/refresh rate bug that occasionally locks the framerate at a low value upon unlock. Fixing it requires a lock/unlock cycle.

  • make -j8@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    3
    ·
    25 days ago

    my reporting process generates about 170’000 csv files, totalling 4.5GB. it takes about 10min to write them; which 9min 58 secondes longer than I need to compute them. Any suggestions ?

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      1
      ·
      25 days ago

      Assuming that this is happening not because the destination write media is simply too slow, but because the process is unnecessarily fsync()ing writes to disk mid-process, maybe try:

      $ sudo apt install eatmydata
      $ eatmydata <reporting-command> && sync