Skip to content

Commit

Permalink
Extended /tmp size from default 28MB to 128MB to handle large zipped …
Browse files Browse the repository at this point in the history
…files with PicoArch + gpSP core for instance
  • Loading branch information
DrUm78 committed Sep 1, 2023
1 parent fd2dd50 commit 1e47149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FunKey/board/funkey/rootfs-overlay/etc/fstab
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0
tmpfs /tmp tmpfs mode=1777 0 0
tmpfs /tmp tmpfs mode=1777,size=128m 0 0
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
sysfs /sys sysfs defaults 0 0
/dev/mmcblk0p3 none swap sw 0 0
Expand Down

0 comments on commit 1e47149

Please sign in to comment.