Raise the virtual memory limit by 50MB to 250MB. This allows Obsequi to pass
on my Linux box. (225MB is not enough for JIT, 200MB fails both JIT and LLC). git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@53847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
d9ba75387b
Коммит
90f7464bde
|
@ -82,8 +82,8 @@ case $SYSTEM in
|
|||
# of files being output by the tests. 10 MB should be enough for anybody. ;)
|
||||
ULIMITCMD="$ULIMITCMD ulimit -f 10485760;"
|
||||
|
||||
# virtual memory: 200 MB should be enough for anybody. ;)
|
||||
ULIMITCMD="$ULIMITCMD ulimit -v 200000;"
|
||||
# virtual memory: 250 MB should be enough for anybody. ;)
|
||||
ULIMITCMD="$ULIMITCMD ulimit -v 250000;"
|
||||
esac
|
||||
rm -f core core.*
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче