-
swap-file-creator can probably be speed up massively by using
fallocate
instead ofdd
to create the swap file at boot time. -
It might also become more compatible, fast, reliable by making better use of systemd as per:
- How big should the swap file be?