Skip to content

Commit

Permalink
OS-1927 ramdisk runs out of inodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmustacc committed Feb 19, 2013
1 parent 09986f3 commit e9d0a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_live
Expand Up @@ -21,7 +21,7 @@
#

# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Copyright (c) 2012 Joyent, Inc. All rights reserved.
# Copyright (c) 2013 Joyent, Inc. All rights reserved.
# Use is subject to license terms.

ROOT=`pwd`
Expand Down Expand Up @@ -150,7 +150,7 @@ function create_ufs
lofiusrdev=$3
usrfile=$4

newfs -o space -m 0 -i 50000 -b 4096 ${lofidev} < /dev/null 2> /dev/null
newfs -o space -m 0 -i 12248 -b 4096 ${lofidev} < /dev/null 2> /dev/null
mkdir "${rdmnt}"
mount -F ufs -o nologging ${lofidev} "${rdmnt}"

Expand Down

0 comments on commit e9d0a1c

Please sign in to comment.