sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

SBT uses all available memory and CPU cores #302

Open makkarpov opened 8 years ago

makkarpov commented 8 years ago

The issue is at line 70 of SbtServerLocator.scala - I tried to run activator ui on machine with hostname Desktop, but it hangs without any error logging and uses all available resources. When I changed hostname to desktop.local, the problem was resolved - but some error logging is definitely needed because it's hard to guess that it is hostname issue.