Framework: bump tmpfs size as we are going over

Suppress this warning: "Rootfs post-tweaks size is larger than estimated tmpfs size"
This commit is contained in:
Igor Pecovnik 2024-08-23 11:12:58 +02:00 committed by Igor
parent edad72b29f
commit a26eb472f0

View File

@ -26,7 +26,7 @@ function prepare_rootfs_build_params_and_trap() {
# @TODO: well those are very... arbitrary numbers. At least when using cached rootfs, we can be more precise.
# predicting the size of tmpfs is hard/impossible, so would be nice to show the used size at the end so we can tune.
declare -i tmpfs_estimated_size=2300 # MiB - bumped from 2000, empirically
[[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=5000 # MiB
[[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=6000 # MiB
declare use_tmpfs=no # by default
if [[ ${FORCE_USE_RAMDISK} == no ]]; then # do not use, even if it fits