addwatch: resource exhausted

from blog Jonas Hietala, | ↗ original
While tampering with Hakyll and running site preview I stumbled upon this error message: site: addWatch: resource exhausted (No space left on device) At first I tried to clear /tmp but, so clearly the device did have some space left. After a bit of googling I found a solution which managed to solve my problem. # for foo in /proc/*/fd/*; do...