diff --git a/docker/destination/docker-entrypoint.sh b/docker/destination/docker-entrypoint.sh index 7253249..28d5660 100755 --- a/docker/destination/docker-entrypoint.sh +++ b/docker/destination/docker-entrypoint.sh @@ -1,5 +1,5 @@ mkdir -p data && cd data -head -c $((1024*1024*256)) /dev/urandom > 1GiB +head -c $((1024*1024*1024)) /dev/urandom > 1GiB nginx -g 'daemon off;' diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 6f85abf..904de6a 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -129,7 +129,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} resources { cpu = 1000 - memory = 1000 + memory = 1500 } template {