diff --git a/XPS-13-7390-2-in-1--.md b/XPS-13-7390-2-in-1--.md index aff1fb8..3d7c6c9 100644 --- a/XPS-13-7390-2-in-1--.md +++ b/XPS-13-7390-2-in-1--.md @@ -69,6 +69,8 @@ MEMSIZE=$(cat /proc/meminfo | grep MemTotal | awk -F' ' '{print $2}') SWAPVOLSIZE=$(( MEMSIZE / 1024 )) ~~~ +like bellow : + ~~~ # Convert to MiB to align the size on the size of a block SWAPVOLSIZE=$(( SWAPSIZE / 1024 / 1024 ))