Linux Tips - Ramfs vs Tmpfs (RAM-Disk Benchmark 2024)

Поділитися
Вставка
  • Опубліковано 17 вер 2024

КОМЕНТАРІ • 10

  • @dl8cy
    @dl8cy 23 дні тому

    Thank you for sharing your knowledge and greetings from Berlin, Germany

  • @MetaLexxer
    @MetaLexxer 2 місяці тому

    Thank you for the great video! Since tmpfs can swap to disk, a use case for ramfs is to limit I/O and wear out for SSDs.

  • @pranaypallavtripathi2460
    @pranaypallavtripathi2460 4 місяці тому

    One can also looks into cramfs and squashfs if interested. IIRC they are used in embedded systems quite often. Also see overlayfs which is used to persist the changes made to squashfs, etc.

  • @adithya_g
    @adithya_g 3 місяці тому +1

    Thanks for doing this video. I have been interested in exploring tmpfs to improve build speeds. I noticed only 5% improvement in build speed vs SSD that is overall made worse by the fact that I need to copy 100GB of code into RAM that takes much longer. I created a tmpfs drive of 400 GB ( my PC has 768 GB RAM). I then benchmarked it using KDISKMARK. I noticed the sequential read/write is faster on NVME SSD by a small margin. For RND read/write, RAM is much faster 4x-10x. I was expecting seq read/write also to be much faster that NVME. Is that weird?

  • @asmasm138
    @asmasm138 3 місяці тому

    Can you check multithreaded read performance of a ram disc and ssd in order to compare bandwidth

  • @asmasm138
    @asmasm138 3 місяці тому

    I am also interested what happens to the system, when bandwidth of reading from ram disc is very close to maximum

    • @pcpll
      @pcpll 3 місяці тому

      It lags.

  • @plutukneptuk
    @plutukneptuk 4 місяці тому

    could you please make a video for fast booting , because many linux live versions boot very slowly

  • @horapusa268
    @horapusa268 Місяць тому

    mine goes arround 15000MB/s (DDR5 4800Mhz)

  • @Royaleah
    @Royaleah 4 місяці тому

    What about zram?