Changeset 2827

Show
Ignore:
Timestamp:
09/29/08 14:11:27 (18 months ago)
Author:
kris
Message:

Shrink our uzip memory FS just a bit more, so we have enough available RAM at all times

Location:
pcbsd
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/branches/7.0/mfsroot-overlay/etc/rc

    r2722 r2827  
    131131echo "Mounting /uzip" 
    132132MDSIZE="`/bin/du -m /mnt/uzip/usr.uzip | /bin/cut -f 1`" 
    133 MDSIZE="`/bin/expr ${MDSIZE} + 10`" 
     133MDSIZE="`/bin/expr ${MDSIZE} + 6`" 
    134134echo "Creating ${MDSIZE}MB ramdisk..." 
    135135/sbin/mdmfs -S -s ${MDSIZE}M -O space md2 /uzip 
  • pcbsd/trunk/mfsroot-overlay/etc/rc

    r2722 r2827  
    131131echo "Mounting /uzip" 
    132132MDSIZE="`/bin/du -m /mnt/uzip/usr.uzip | /bin/cut -f 1`" 
    133 MDSIZE="`/bin/expr ${MDSIZE} + 10`" 
     133MDSIZE="`/bin/expr ${MDSIZE} + 6`" 
    134134echo "Creating ${MDSIZE}MB ramdisk..." 
    135135/sbin/mdmfs -S -s ${MDSIZE}M -O space md2 /uzip