Increase default binsize size
This commit is contained in:
parent
ab1374a9cb
commit
f3e88a8352
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
if [ "$1" = big ]
|
||||
then t=$t.big
|
||||
fi
|
||||
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
|
||||
chmem =350000 /usr/lib/* /usr/lib/i386/* /usr/lib/ego/* >/dev/null 2>&1
|
||||
if [ -f $t ]
|
||||
then cat "$t" | while read line
|
||||
do awk '{ print "chmem =" $2 " " $1 " >/dev/null 2>&1 "}'
|
||||
|
|
Loading…
Reference in a new issue