From ca9c0e5bd53e23d3fb6bfef6c1f304d7447231c1 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 10:34:50 +0200 Subject: [PATCH] --- ...swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md index 86facdf..bb4ffca 100644 --- a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md +++ b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md @@ -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}')