Hello everyone,
I’m new to galaxy. I just started a new virtual machine running Ubuntu 24.04.1 with VirtualBox 7.1.0. Thanks to this forum, I was able to install Galaxy without too many problems. But I end up with a 25 GB Virtual Disk Image. Galaxy just after my installation weighs 13GB on its own. Is this normal? Are there any temporary files to delete?
I have installed the latest version “release_24.1”.
Much of that ‘config’ directory space usage will be node_modules installed and used to build the various visualizations. There’s also another set in client. They can all be safely removed after successful client/plugin building and startup with something like:
Thank you for your reply @dannon ,
I applied the command and I did lose about 8GB on my Ubuntu session in my VM, but my Virtual Disk Image is still 25GB …
I’ll try to find a solution to clean that up!
Thanks again