This is only a tech note reminder for something i need to do later today. step 1. create a dummy block storage sudo dd if=/dev/zero of=/swapfile bs=1M count=2048 that’s 2048 * 1M = 2G step 2. format the block storage as swap. sudo mkswap /swapfile step 3.
Read more →
comments.