# ES 1.4.4 GC graph and filter evictions

**URL:** https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278
**Category:** Elasticsearch
**Created:** [May 26, 2015, 4:55am UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278 "2015-05-26T04:55:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![debayan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/debayan/32/44770_2.png) [@debayan](https://discuss.elastic.co/u/debayan)
#### Post date: [May 26, 2015, 4:55am UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278/1 "2015-05-26T04:55:13Z")

</div>

Hi,

I have 2 problems:

1. Look at the attached heap mem graph. Is this Ok? I am worried about why the GC is so active. I have not seen significant performance degradation in query times though. Getting 20 - 50 ms query results. 6.5 million docs. ![](https://sea2.discourse-cdn.com/elastic/uploads/default/original/e/2/e24be4e54a174f731163f649624eaeef78657067.png)

2. I have around 1000 filter cache eviction per second. Is this causing the GC to be overly active?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 26, 2015, 7:27am UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278/2 "2015-05-26T07:27:51Z")

</div>

1. Not a problem, that is what you want to see as it uses and then collects heap. If it went up and never down that would be bad.
2. Yes a problem! You may want to look at your queries and see what can be done.

---

<div class="post-metadata">

### Author: ![rockybean](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rockybean/32/11443_2.png) [@rockybean](https://discuss.elastic.co/u/rockybean)
#### Post date: [August 18, 2016, 6:22am UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278/3 "2016-08-18T06:22:50Z")

</div>

hi @debayan I also meet this problem. gc rate is very high while filter eviction is high. Have you found the reason or some solution for this problem?

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [August 18, 2016, 6:25am UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278/4 "2016-08-18T06:25:29Z")

</div>

This thread is quite old. Please open a new thread for your query and provide some additional detail.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 10:27pm UTC](https://discuss.elastic.co/t/es-1-4-4-gc-graph-and-filter-evictions/1278/5 "2017-07-05T22:27:03Z")

</div>


