Write Disk A lot
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.
