Dr. Werner Fink 2012-02-24 11:41:47 +00:00 committed by Git OBS Bridge
parent 8e9cd0f8b9
commit 0b9966db63
2 changed files with 5 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/bin/bash
test $(ulimit -l) -lt 64 && exit 1
test $(ulimit -s) -lt 8192 && exit 1
if test $(getconf LONG_BIT) -le 32 ; then
test $(ulimit -m) -lt 3145728 && exit 1
test $(ulimit -v) -lt 4194304 && exit 1
else
test $(ulimit -m) -lt 4194304 && exit 1
test $(ulimit -v) -lt 6683794 && exit 1
fi
exit 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 24 11:38:56 UTC 2012 - werner@suse.de
- Remove check-build.sh as the memory leaks are fixed now
-------------------------------------------------------------------
Tue Feb 21 10:43:58 UTC 2012 - werner@suse.de