make some changes to bonnie - now that the simulator uses more memory the old config didn't fit anymore in pools VM, this does fit.
--HG-- extra : convert_revision : b5fef2896276be675f79791b084ba97dd953d4ca
This commit is contained in:
parent
0804a7530f
commit
91601f4494
2 changed files with 2 additions and 2 deletions
|
@ -45,6 +45,6 @@ mkdir /nfs
|
||||||
mount 10.0.0.1:/nfs /nfs
|
mount 10.0.0.1:/nfs /nfs
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /nfs
|
/bin/bonnie++ -u 99 -s 500 -r 0 -n 0 -f -F -d /nfs
|
||||||
|
|
||||||
/sbin/m5 exit
|
/sbin/m5 exit
|
||||||
|
|
|
@ -38,7 +38,7 @@ echo "done."
|
||||||
# mknod /dev/sda1 b 8 1
|
# mknod /dev/sda1 b 8 1
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
/sbin/insmod /modules/scsi_debug.ko dev_size_mb=768
|
/sbin/insmod /modules/scsi_debug.ko dev_size_mb=512
|
||||||
|
|
||||||
echo -n "creating partition and formatting..."
|
echo -n "creating partition and formatting..."
|
||||||
#echo "1,767,L" > /tmp/sfdisk.run
|
#echo "1,767,L" > /tmp/sfdisk.run
|
||||||
|
|
Loading…
Reference in a new issue