We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3097067 commit e6afaebCopy full SHA for e6afaeb
1 file changed
tests/php7/test_worker.sh
@@ -16,8 +16,8 @@ cp -fv $DIR/run.stdin $RUNBOX/run.stdin
16
17
# Test Compile
18
docker run \
19
- --cpus="1" \
20
- --memory="100m" \
+ --cpus="0.5" \
+ --memory="20m" \
21
--ulimit nofile=64:64 \
22
--rm \
23
--read-only \
0 commit comments