You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HIE is expected to respond to events quickly, just like its ancestor is expected to be UI process.
However, the compilations are generally batch jobs that can take longer time to complete,
and should not delay UI.
I suggest we use System.Process.nice to decrease priority of any compilation job we call.
That assures our interactivity is unhindered when we open a big project, and start compiling it with all numCapabilities.
HIE is expected to respond to events quickly, just like its ancestor is expected to be UI process.
However, the compilations are generally batch jobs that can take longer time to complete,
and should not delay UI.
I suggest we use
System.Process.nice
to decrease priority of any compilation job we call.That assures our interactivity is unhindered when we open a big project, and start compiling it with all
numCapabilities
.This continues discussion from here:
haskell/haskell-language-server#3528
The text was updated successfully, but these errors were encountered: