Index: drbl-green-benchmark/diskfull-benchmark.sh
===================================================================
--- drbl-green-benchmark/diskfull-benchmark.sh	(revision 97)
+++ drbl-green-benchmark/diskfull-benchmark.sh	(revision 98)
@@ -41,5 +41,6 @@
   echo "[$i] 4. Running bonnie++ ...."
   `date >> $log_file`
-  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -s 2000"
+  # force to run bonnie++ with 512MB RAM (-r), 1024MB (-s)
+  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -r 512 -s 1024"
   `date >> $log_file`
   sleep 120
@@ -59,6 +60,6 @@
   mydsh "$i" "make-allnoconf" "make -C /tmp/linux-2.6.30 allnoconfig"
   `date >> $log_file`
-  echo "[$i] 5. Running make -j 1 ...." >> $log_file
-  echo "[$i] 5. Running make -j 1 ...."
+  echo "[$i] 5. Running make -j 1 twice ...." >> $log_file
+  echo "[$i] 5. Running make -j 1 twice ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -68,6 +69,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 6. Running make -j 2 ...." >> $log_file
-  echo "[$i] 6. Running make -j 2 ...."
+  echo "[$i] 6. Running make -j 2 triple ...." >> $log_file
+  echo "[$i] 6. Running make -j 2 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -79,6 +80,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 7. Running make -j 3 ...." >> $log_file
-  echo "[$i] 7. Running make -j 3 ...."
+  echo "[$i] 7. Running make -j 3 triple ...." >> $log_file
+  echo "[$i] 7. Running make -j 3 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -90,6 +91,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 8. Running make -j 4 ...." >> $log_file
-  echo "[$i] 8. Running make -j 4 ...."
+  echo "[$i] 8. Running make -j 4 triple ...." >> $log_file
+  echo "[$i] 8. Running make -j 4 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
Index: drbl-green-benchmark/diskless-benchmark.sh
===================================================================
--- drbl-green-benchmark/diskless-benchmark.sh	(revision 97)
+++ drbl-green-benchmark/diskless-benchmark.sh	(revision 98)
@@ -41,5 +41,6 @@
   echo "[$i] 4. Running bonnie++ ...."
   `date >> $log_file`
-  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -s 2000"
+  # force to run bonnie++ with 512MB RAM (-r), 1024MB (-s)
+  mydsh "$i" "bonnie++" "bonnie++ -u root -d /root -r 512 -s 1024"
   `date >> $log_file`
   sleep 120
@@ -59,6 +60,6 @@
   mydsh "$i" "make-allnoconf" "make -C /tmp/linux-2.6.30 allnoconfig"
   `date >> $log_file`
-  echo "[$i] 5. Running make -j 1 ...." >> $log_file
-  echo "[$i] 5. Running make -j 1 ...."
+  echo "[$i] 5. Running make -j 1 twice ...." >> $log_file
+  echo "[$i] 5. Running make -j 1 twice ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -68,6 +69,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 6. Running make -j 2 ...." >> $log_file
-  echo "[$i] 6. Running make -j 2 ...."
+  echo "[$i] 6. Running make -j 2 triple ...." >> $log_file
+  echo "[$i] 6. Running make -j 2 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -79,6 +80,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 7. Running make -j 3 ...." >> $log_file
-  echo "[$i] 7. Running make -j 3 ...."
+  echo "[$i] 7. Running make -j 3 triple ...." >> $log_file
+  echo "[$i] 7. Running make -j 3 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
@@ -90,6 +91,6 @@
   `date >> $log_file`
   sleep 120
-  echo "[$i] 8. Running make -j 4 ...." >> $log_file
-  echo "[$i] 8. Running make -j 4 ...."
+  echo "[$i] 8. Running make -j 4 triple ...." >> $log_file
+  echo "[$i] 8. Running make -j 4 triple ...."
   `date >> $log_file`
   mydsh "$i-1" "make-clean" "make clean -C /tmp/linux-2.6.30"
