Skip to content

Commit

Permalink
Merge pull request #14 from ATOR-Development/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
floodcode committed Jun 27, 2024
2 parents acd40f0 + 8649b9b commit 0786b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/destination/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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;'
2 changes: 1 addition & 1 deletion operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ORPort {{ env `NOMAD_PORT_orport` }}

resources {
cpu = 1000
memory = 1000
memory = 1500
}

template {
Expand Down

0 comments on commit 0786b41

Please sign in to comment.