• Peffse@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      Ah that makes more sense. Seems like something easy to detect at least.

      It’s been a while but doesn’t Windows let you know when you exceed RAM usage and hit paging file?

      • Jesus_666@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 hours ago

        You didn’t hit the page file. This is OPFS, an in-browser filesystem that is sandboxed to each origin (essentially to each website), not directly accessible by the user, and exempt from the security checks that would guard access to the regular filesystem.

        Yeah, that sounds to me like it needs a major revision.

        • Peffse@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          but in order for the file to use all available RAM, other processes that still need memory will eventually trigger the out of memory warning… no?

          unless I’m completely misunderstanding and OPFS has a set limit of RAM usage before it automatically starts writing to drives.