bonienl 1088 Posted May 3, 2015 Share Posted May 3, 2015 Default size of tmpfs is 128MB and this limit is quickly reached now with various processes putting their log information in there (notably Docker). Proposal is to make this at least 256MB or bigger to ensure all log files as created under unRAID v6 will fit. Quote Link to post
WeeboTech 6 Posted May 3, 2015 Share Posted May 3, 2015 FWIW, I gave Tom some code on sizing/resizing this on demand in the /etc/rc.S via the syslinux.cfg or via boot parameter. Maybe Tom could implement this. I provided the code and test cases in an older email. Quote Link to post
bonienl 1088 Posted May 3, 2015 Author Share Posted May 3, 2015 FWIW, I gave Tom some code on sizing/resizing this on demand in the /etc/rc.S via the syslinux.cfg or via boot parameter. Maybe Tom could implement this. I provided the code and test cases in an older email. I am actually using your provided code to increase the size upon system reboot (it is put in 'go'). Thanks for supplying that, it is really helpful to me In v6 a lot more is stored under /var/log. Quote Link to post
jumperalex 9 Posted May 3, 2015 Share Posted May 3, 2015 Mind sharing while we wait Quote Link to post
BRiT 304 Posted May 4, 2015 Share Posted May 4, 2015 Mind sharing while we wait # resize log partition mount -o remount,size=384m /var/log I personally had to use at least 384 Megs since each day generated at least a 9.2 Meg file when Dynamix System Activity plugin was installed. Quote Link to post
wit3k 0 Posted March 29, 2019 Share Posted March 29, 2019 (edited) Quote mount -o remount,size=384m /var/log This don't work in Version: 6.7.0-rc6 via ssh? Quote tmpfs on /dev/shm type tmpfs (rw) tmpfs on /var/log type tmpfs (rw,size=128m,mode=0755) After reboot no change.... Edited March 29, 2019 by wit3k Quote Link to post
6 posts in this topic Last Reply
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.