aless wrote:
- What exactly is "deployment disk size" and how is it different from storage?
The amount of storage you paid for is like the size of your hard drive. "Disks" are like partitions on that hard drive. You can partition your storage any way you want, and use them for different purposes. Or you can have just one big fat partition.
aless wrote:
- In your experience, is it best to use the default swap disk size?
Yes, anything over 256M is a waste of space. A large swap might be useful on a desktop computer, but usually not on a VPS.
aless wrote:
- I understand that it's possible to build multiple images, though you can have only one profile running at a time. What's the use case for building multiple images?
Putting /home, /var, etc. on different partitions. Quickly backing up your system without paying extra for the backup service. Testing a different Linux distribution without having to wipe your disk, a.k.a. dual-booting. Basically, whatever use case you might have for multiple partitions on your computer.