Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
picore:resize [2025/06/28 06:40] – rhermsen | picore:resize [2025/06/28 08:18] (current) – rhermsen | ||
---|---|---|---|
Line 17: | Line 17: | ||
* Delete the second partition with ' | * Delete the second partition with ' | ||
- | * Create a new second partition with ' | + | * Create a new second partition with ' |
* You might want to reserve some space (e.g. 1 or 2 GB) for swap space on devices with low amount of memory.\\ This is only needed if you expect to run out of memory e.g. during compiling a large program.\\ Normally this is not needed. | * You might want to reserve some space (e.g. 1 or 2 GB) for swap space on devices with low amount of memory.\\ This is only needed if you expect to run out of memory e.g. during compiling a large program.\\ Normally this is not needed. | ||
Line 25: | Line 25: | ||
/ | / | ||
/ | / | ||
- | </ | + | </ |
Line 37: | Line 37: | ||
* Verify the result with: | * Verify the result with: | ||
+ | - df -hT\\ To actually configure and use the swap partition a few additional steps are needed. Current swap size can be verified with: | ||
- free | - free | ||
- | - df -hT |