Hi,
I found that Julia has quite a large memory footprint in my machine, and wanted to ask if it’s normal.
By opening Atom, a Julia process opens, with ~500 MB. When starting julia in the REPL, another process with similar memory usage appears.
- Why are there two julia processes per Atom session?
- Is this amount of RAM usage normal?
I would add that when opening julia in the command line it also takes ~500MB of RAM.
This is with removing everything from the startup.jl file.
Thanks for your time!
Nimrod