Would it work to write such temp files to a tmpfs
Would it work to write such temp files to a tmpfs
Posted Mar 11, 2014 17:46 UTC (Tue) by Wol (subscriber, #4433)In reply to: Would it work to write such temp files to a tmpfs by dlang
Parent article: A discussion between database and kernel developers
If you're going to use a lot of ram like this, just have several (hopefully very fast) disks and spread swap across them at equal priority.
Or if necessary (expensive but maybe worth it) just have swap on an ssd.
And tell the kernel developers you don't want the swap partition to fragment! :-)
Cheers,
Wol
