Skip to content

Commit

Permalink
Merge pull request #11 from ATOR-Development/bugfix/oom
Browse files Browse the repository at this point in the history
Try to fix OOM issue
  • Loading branch information
floodcode authored Jun 27, 2024
2 parents e0bd4e4 + ad7568e commit 00426b0
Showing 1 changed file with 1 addition and 1 deletion.
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*1024)) /dev/urandom > 1GiB
head -c $((1024*1024*256)) /dev/urandom > 1GiB

nginx -g 'daemon off;'

0 comments on commit 00426b0

Please sign in to comment.