Skip to content

Commit a26eb47

Browse files
committed
Framework: bump tmpfs size as we are going over
Suppress this warning: "Rootfs post-tweaks size is larger than estimated tmpfs size"
1 parent edad72b commit a26eb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions/rootfs/trap-rootfs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function prepare_rootfs_build_params_and_trap() {
2626
# @TODO: well those are very... arbitrary numbers. At least when using cached rootfs, we can be more precise.
2727
# predicting the size of tmpfs is hard/impossible, so would be nice to show the used size at the end so we can tune.
2828
declare -i tmpfs_estimated_size=2300 # MiB - bumped from 2000, empirically
29-
[[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=5000 # MiB
29+
[[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=6000 # MiB
3030

3131
declare use_tmpfs=no # by default
3232
if [[ ${FORCE_USE_RAMDISK} == no ]]; then # do not use, even if it fits

0 commit comments

Comments
 (0)