haskell - Yesod devel cpu overhead -


yesod development server "yesod devel" on system(arch linux) uses more 30%-50% cpu when idle (watching changed files). i'm guessing polling info changed files disk? read post year ago adding hinotify (yesod 1.0.1 forked change yesod fork) , see newer yesod version (1.1.9.3) has fsnotify added (which same thing, cross platform). read somewhere works fallback described above (reading changes disk) know if case?

first thought garbage collector running, run yesod devel gc off no success.

yes, file watching, may have issues , fallback polling depending on setup. can use -t option specify polling interval instead


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -