Comment 1 for bug 1427164

Revision history for this message
Blake Rouse (blake-rouse) wrote :

A work around for the moment is to either force the swap off, if you don't want it or set it to a fixed size.

Modifying /etc/maas/curtin_userdata add the following to disable

swap: None

to set a fixed size:

swap:
  size: 10G

to set a maximum size but still allow the calculation:

swap:
  maxsize: 10G