Skip to main content
lrc_user_467490456
Participant
April 9, 2026
Question

Write Disk A lot

  • April 9, 2026
  • 1 reply
  • 16 views

I use lrc 15.2 on macbook pro  [new m5pro with 48g ram]

I found that the disk was written in a huge amount, reaching 10GB in about 10 minutes. The corresponding process is launcher. Then I used the sudo fs_usage - w - f file sys command to finally locate the file/private/var/folders/g8/47gdc5wn4yx370flbr2cms5m0000gn/T/cr_ sdk_00258352. tmp to write, which may be cr_stk_00xxxxx. tmp.

These files have been continuously written but not read. My temporary solution is to create a ramdisk and mount it to/private/var/folders/g8/47gdc5wn4yx370flbr2cms5m0000gn/T to slow down hard disk consumption.

    1 reply

    lrc_user_467490456
    Participant
    April 9, 2026

    Observing that this file is almost immediately deleted after writing, as it cannot be seen at any time. And this/private/var/folders/g8/47gdc5wn4yx370flbr2cms5m0000gn/T/directory takes up very little space on my macOS, almost zero. Just create a 512MB ramdisk and mount it to this directory, then restart LRC to solve the disk write problem.

    lrc_user_467490456
    Participant
    April 9, 2026

    This bug may cause the hard drive to consume too quickly, resulting in over 300GB of writes per hour for my usage.