Increase mesh client sizes

This commit is contained in:
Bob Mottram 2016-07-28 20:04:08 +01:00
parent 9b00962d0b
commit e65f91c74a
2 changed files with 4 additions and 4 deletions

View File

@ -359,7 +359,7 @@ fi
if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
IMAGE_NAME=$'meshclient'
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
IMAGE_SIZE=4G
IMAGE_SIZE=6G
fi
fi

View File

@ -56,14 +56,14 @@ MESH_AMNESIC=/root/.amnesic
TOMB_LOG_SIZE_MB=32
# size of the tomb used to store qtox settings
TOMB_TOX_SIZE_MB=64
TOMB_TOX_SIZE_MB=128
# Tomb containing tox bootstrap
TOMB_TOX_BOOTSTRAP_SIZE_MB=32
TOMB_TOX_BOOTSTRAP_SIZE_MB=10
# Tomb containing zeronet
TOMB_ZERONET_CONFIG_SIZE_MB=10
TOMB_ZERONET_DATA_SIZE_MB=128
TOMB_ZERONET_DATA_SIZE_MB=512
function create_ram_disk {
ramdisk_size_mb=$1