This commit is contained in:
parent
5d5fdd7146
commit
ca9c0e5bd5
@ -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}')
|
||||
|
Loading…
Reference in New Issue
Block a user