Does anyone know how accurate their warning about swap space on an SSD is? I know SSDs have limited reads and writes and swapping to them obviously uses those limited reads/writes, but how much of a concern actually is it? Especially if you're only using swap during the compile/deploy step?
As soon as you hit some kind of limit it will abort the process and output the error. So you will be notified about it and it wont go unnoticed. And if you only use it during compile and deploy then you are at no risk :)