.
OBS-URL: https://build.opensuse.org/package/show/shells/ksh?expand=0&rev=110
This commit is contained in:
parent
8e9cd0f8b9
commit
0b9966db63
@ -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
|
|
@ -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
|
Tue Feb 21 10:43:58 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user