Browse Source

Simplified operation

Matteo Zeccoli Marazzini 5 years ago
parent
commit
f65d55dce9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parse-arguments.sh

+ 1 - 1
parse-arguments.sh

@@ -41,7 +41,7 @@ parse_arguments()
 
 default()
 {
-	MIN_SIZE=$(( $(to_sectors 100G) + $RAM_SIZE + $(to_sectors 2G) ))
+	MIN_SIZE=$(( $(to_sectors 102G) + $RAM_SIZE ))
 	BEST_SIZE=$(( $(to_sectors 200G) + 2 * $RAM_SIZE ))
 
 	if [ $DEVICE_SIZE -lt $MIN_SIZE ]; then