#[SOLVED] Swapfile block size/count?
7 messages · Page 1 of 1 (latest)
Man page for DD goes over this but if you want something easier for allocating swap check out fallocate.
sudo fallocate -l 32G /swapfile
the command looks good except for the output file location. the 1M block size is not as important. 4k might be more accurate for your storage device but 4M or 1M should be plenty fast.
Thank you! I didn't know there was an easier way to make a swapfile, I'll use this instead of DD
chaos2theory received a thank you cookie!
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you