nim-lang / nim-mode

An emacs major mode for the Nim programming language
137 stars 46 forks source link

Use deferred start-epc for #193 #216

Closed yuutayamada closed 5 years ago

krux02 commented 5 years ago

When you are about to add threshold values, I think it is a good idea to add a threshold for maximum memory usage as well. Last time I used nimsuggest after an hour or two the nimsuggest process used up so much memory that my computer started swapping. That is something I would like to be able to prevent. Nimsuggest just needs to be restarted in such a case.