JunoLab / uber-juno

Installer package for the Juno IDE
MIT License
201 stars 39 forks source link

High CPU and memory use #61

Closed sericson0 closed 6 years ago

sericson0 commented 6 years ago

I am trying to run Julia from Atom using the Juno package. When I run Julia or Atom alone (without the Juno package added) I have no problems. However, once I install the Juno package and try and run Julia from Atom i get a spike in cpu and memory use. I have attached an example of the cpu and memory usage without any programs running (when I just open Atom) I am using an i7 - 5600U @ 2.60GHz and 8GB of ram running Windows 10 if it helps

task manager picture

justinpriest commented 6 years ago

I have the same issue with similar memory usage by Atom + Juno.

pfitzseb commented 6 years ago

What projects do you have open (in the project list on the left)? If there are any very big directories there than Atom will usually take quite some time to index them and look for git modules etc.

However, once I install the Juno package and try and run Julia from Atom i get a spike in cpu and memory use.

If it's only a spike than that's to be expected -- we spin up a couple of Julia processes for you, which initially takes a lot of CPU power and RAM. You might want to switching from Boot Mode: Cycler to Boot Mode: Basic and see if that changes things.

sericson0 commented 6 years ago

Changing the Boot Mode seems to have helped. Thank you!