We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edad72b commit a26eb47Copy full SHA for a26eb47
lib/functions/rootfs/trap-rootfs.sh
@@ -26,7 +26,7 @@ function prepare_rootfs_build_params_and_trap() {
26
# @TODO: well those are very... arbitrary numbers. At least when using cached rootfs, we can be more precise.
27
# predicting the size of tmpfs is hard/impossible, so would be nice to show the used size at the end so we can tune.
28
declare -i tmpfs_estimated_size=2300 # MiB - bumped from 2000, empirically
29
- [[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=5000 # MiB
+ [[ $BUILD_DESKTOP == yes ]] && tmpfs_estimated_size=6000 # MiB
30
31
declare use_tmpfs=no # by default
32
if [[ ${FORCE_USE_RAMDISK} == no ]]; then # do not use, even if it fits
0 commit comments