# Being able to click through plots in the Plot Pane fills up RAM

**URL:** https://discourse.julialang.org/t/being-able-to-click-through-plots-in-the-plot-pane-fills-up-ram/30710
**Category:** Juno
**Created:** [November 4, 2019, 7:13pm UTC](https://discourse.julialang.org/t/being-able-to-click-through-plots-in-the-plot-pane-fills-up-ram/30710 "2019-11-04T19:13:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![IljaK91](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/iljak91/32/44301_2.png) [@IljaK91](https://discourse.julialang.org/u/IljaK91)
#### Post date: [November 4, 2019, 7:13pm UTC](https://discourse.julialang.org/t/being-able-to-click-through-plots-in-the-plot-pane-fills-up-ram/30710/1 "2019-11-04T19:13:06Z")

</div>

Hey everyone,

I have encountered recently that the plotting pane can take up a lot of RAM, when I generate many Plots (nothing too crazy, maybe 50, but then Julia + Atom need 3 GB of RAM). It gets to the point where Atom and Julia are significantly slowed down and I needed to restart both applications, until I realized that pressing on “forgot all plots” clears the cache.

It seems to me, that this is a recent problem, because I do not remember having this problem before. I use Julia 1.2 with Atom 1.41 and most recent stable packages for everything. I plot via `Plots.jl` and `pyplot()`

---

<div class="post-metadata">

### Author: ![BeastyBlacksmith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/beastyblacksmith/32/4741_2.png) [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)
#### Post date: [November 5, 2019, 11:33am UTC](https://discourse.julialang.org/t/being-able-to-click-through-plots-in-the-plot-pane-fills-up-ram/30710/2 "2019-11-05T11:33:17Z")

</div>

does it help, if you reduce the number the `Maximum number of plots in history` which can be found in Atom settings → Packages → julia-client → UI options?  
The default is indeed 50.
