Increase image size for mesh routers
This commit is contained in:
parent
8462ba2f85
commit
23f1bbb452
|
@ -533,7 +533,7 @@ if [[ $VARIANT == 'mesh' ]]; then
|
|||
IMAGE_NAME=$'mesh'
|
||||
# typically not much disk space is needed for a mesh node
|
||||
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
|
||||
IMAGE_SIZE=3G
|
||||
IMAGE_SIZE=5G
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue