X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/067a68b5e9dfa1c7d5e68fd64553e0ced89cad36..f0449aa6f4d490de26e5240202a8e77113d4c471:/tools/compute-images/build.sh diff --git a/tools/compute-images/build.sh b/tools/compute-images/build.sh index a714bafc1d..526db4906f 100755 --- a/tools/compute-images/build.sh +++ b/tools/compute-images/build.sh @@ -55,7 +55,7 @@ Options: Set this to "-dev" to track the unstable/dev Arvados repositories --public-key-file (required) Path to the public key file that a-d-c will use to log into the compute node - --mksquashfs-mem (default: 512M) + --mksquashfs-mem (default: 256M) Only relevant when using Singularity. This is the amount of memory mksquashfs is allowed to use. --debug Output debug information (default: false) @@ -80,7 +80,7 @@ DEBUG= SSH_USER= AWS_DEFAULT_REGION=us-east-1 PUBLIC_KEY_FILE= -MKSQUASHFS_MEM=512M +MKSQUASHFS_MEM=256M PARSEDOPTS=$(getopt --name "$0" --longoptions \ help,json-file:,arvados-cluster-id:,aws-source-ami:,aws-profile:,aws-secrets-file:,aws-region:,aws-vpc-id:,aws-subnet-id:,gcp-project-id:,gcp-account-file:,gcp-zone:,azure-secrets-file:,azure-resource-group:,azure-location:,azure-sku:,azure-cloud-environment:,ssh_user:,resolver:,reposuffix:,public-key-file:,mksquashfs-mem:,debug \