Check if Swap partition is active
A few options:
$ cat /proc/meminfo | grep Swap
$ cat /proc/swaps
$ sudo apt install swapon
$ swapon -s
$ free -h # bottom row is 0 if Swap isn't active
personal computing command-line interface (cli) gnu linux trisquel shell literacy wiki