You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modfs: make check for free space in tmpfs optional
- use CHECK_TMPFS_SPACE=1 in environment to enable this check
- it uses a much higher value (64 MB) since the changes for the
new 07.19 versions by AVM
- so only models with 256 MB RAM will fulfill these requirement
- users of other models have to "risk" a late problem while
packing a new SquashFS image, if the free space gets too low and
the box reboots due to "memory pressure"
switch debug on by default
- use "MODFS_DEBUG=0" as prefix to a call to suppress logging and save
the space needed in tmpfs
- the debug output may be displayed with "showshringbuf modfs" and can
be redirected to save it in preparation to file a bug report