From 060cb02c74f620118ea6c4d858dcc1d99fbc6b7c Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Sun, 21 Jun 2020 14:36:02 +0200 Subject: [PATCH] --- XPS-13-7390-2-in-1--.md | 2 ++ 1 file changed, 2 insertions(+) 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 ))