mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Explained headroom for memory limits
This commit is contained in:
parent
941b325269
commit
af051339ba
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -925,7 +925,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
vanillaos)
|
vanillaos)
|
||||||
## Minimum 64G for abroot
|
## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom
|
||||||
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
|
||||||
;;
|
;;
|
||||||
zorin)
|
zorin)
|
||||||
|
@ -949,7 +949,7 @@ EOF
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
|
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
|
||||||
# won't install lobster testing with less than 32GB
|
# Minimum to install lobster testing is 18GB but 32GB are allocated for headroom
|
||||||
echo "disk_size=\"32G\"" >> "${CONF_FILE}"
|
echo "disk_size=\"32G\"" >> "${CONF_FILE}"
|
||||||
fi
|
fi
|
||||||
# Enable TPM for Windows 11
|
# Enable TPM for Windows 11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue