image-deploy/swapfile-size¶
The cloud init data to send machine after first boot.
The exact size of the curtin created swap file. This will default to something upto the max size.
The default if unspecified is to create a file bounded by
the value of image-deploy/swapfile-maxsize
or 8GB.
The value of this string is a size string, ##KB, ##MB, ##GB, or ##TB. The B is optional.
To turn off creation of the swapfile, set this value to 0.