Hi. Is there a way to configure swap memory for a Fly app? Or is this something that should configured in the Docker image (I’m using alpine:3.13
)? I just SSHed into my instance and it looks like there is no swap configured.
# free -m
total used free shared buff/cache available
Mem: 228 83 69 35 74 117
Swap: 0 0 0
Thanks