mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 14:53:54 +08:00
increase /tmp tmpfs size from 50M to 150M
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
/dev/disk/by-partlabel/userdata /data auto discard,nosuid,nodev,nofail 0 0
|
||||
/dev/nvme0n1 /data/media auto discard,nosuid,nodev,nofail,x-systemd.device-timeout=5s 0 0
|
||||
tmpfs /var tmpfs rw,nosuid,nodev,size=128M,mode=755 0 0
|
||||
tmpfs /tmp tmpfs rw,nosuid,nodev,size=50M,mode=1777 0 0
|
||||
tmpfs /tmp tmpfs rw,nosuid,nodev,size=150M,mode=1777 0 0
|
||||
|
||||
Reference in New Issue
Block a user