[PC-BSD Commits] r17354 - pcbsd/current/overlays/install-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 20 12:40:23 PDT 2012
Author: kris
Date: 2012-06-20 19:40:19 +0000 (Wed, 20 Jun 2012)
New Revision: 17354
Modified:
pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh
Log:
We can shrink the total memfs size we are using
Modified: pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh
===================================================================
--- pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh 2012-06-20 18:16:56 UTC (rev 17353)
+++ pcbsd/current/overlays/install-overlay/etc/SetupInstall.sh 2012-06-20 19:40:19 UTC (rev 17354)
@@ -19,7 +19,7 @@
else
# Copy uzip to memory which lets us run faster
MDSIZE="`/bin/du -m /uzip/usr.uzip | /bin/cut -f 1`"
- MDSIZE="`/bin/expr ${MDSIZE} + 110`"
+ MDSIZE="`/bin/expr ${MDSIZE} + 10`"
echo "Creating ${MDSIZE}MB ramdisk..."
/sbin/mdmfs -S -s ${MDSIZE}M -O space md2 /memfs
More information about the Commits
mailing list