Allow user to enable swapfile by setting `"swapfile": <swapfile-size-in-bytes>` in `fruit.json`. For example, the following config activates 2GB of swapfile: ```json { "swapfile": 2147483648 } ```