Why is Jenkins using so much memory?

jdersen

I just started htop in my VPS and filtered to Jenkins to see if this was what was taking so much memory. Holy crap?!

I only have two build executors and only ran the service once (on machine bootup), so...why is this?

what the hell?
(Click image to enlarge)

I only have 1 gig of ram on this VPS and I need to run Apache, Nexus, and Jenkins. Why is Jenkins being such a hog of resources like this? How can I counter it?

Also, if it helps, I am polling SCM every 30 minutes for changes in Jenkins, but that couldn't be responsible... could it?

gpupo

You are using ant target build-parallel?

Try changing to the target build without parallelism

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Why is my browser using so much memory?

Why is this code using so much memory?

What is 'System and compressed memory' and why is it using so much memory?

Why does my program run using so much memory?

Why is dwm.exe using so much memory?

Why is this Haskell program allocating so much memory?

Why stack and heap are so much separated in memory?

Why is docker consuming so much VIRT memory?

Why is MySQL consuming so much memory?

why does this programm consume so much memory?

Why does composer need so much memory?

Why is my Fortran code wrapped with f2py using so much memory?

Why does R use so much memory when using read.csv()?

Why does keras model.fit use so much memory despite using allow_growth=True?

Why does it consume so much memory when I multiply two CSR matrices using scipy?

Why does C# memory stream reserve so much memory?

Why is IE using up so much CPU?

Why is using a key function so much slower?

Why is iTunes using so much data?

Why is this Java program taking up so much memory?

Why does GCC's ifstream >> double allocate so much memory?

Why this simple GTK3 application consumes so much memory?

Why does creating a big Java array consume so much memory?

Why does manipulating xarrays takes up so much memory permanently?

why does converting a python 'shelve' to 'dict' use so much memory?

why numpy narray read from file consumes so much memory?

Why does python dictionary use so much memory?

Why does my React app use so much memory?

Why do I need so much memory for WriterT State?