Michel Le Cocq 2020-06-22 10:34:50 +02:00
parent 5d5fdd7146
commit ca9c0e5bd5
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ SWAPVOLSIZE=$(( MEMSIZE / 1024 ))
like bellow :
~~~{.shell}
# Convert to MiB to align the size on the size of a block
# Convert to MiB to align the size on the size of a block
SWAPVOLSIZE=$(( SWAPSIZE / 1024 / 1024 ))
MEMSIZE=$(cat /proc/meminfo | grep MemTotal | awk -F' ' '{print $2}')