We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50abe19 commit 83bbd22Copy full SHA for 83bbd22
prodtests/full-system-test/setenv.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Make sure we can open sufficiently many files / allocate enough memory
4
-ulimit -n 4096 && ulimit -l unlimited && ulimit -m unlimited && ulimit -l unlimited
+ulimit -n 4096 && ulimit -m unlimited && ulimit -l unlimited && [ -z "$GPUTYPE" ] || [ "$GPUTYPE" == "CPU" ] || ulimit -l unlimited
5
if [ $? != 0 ]; then
6
echo Error setting ulimits
7
exit 1
0 commit comments