# High memory usage

**URL:** https://discuss.elastic.co/t/high-memory-usage/381101
**Category:** Elasticsearch
**Created:** [August 18, 2025, 8:12am UTC](https://discuss.elastic.co/t/high-memory-usage/381101 "2025-08-18T08:12:30Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Dev\_AI](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dev_ai/32/142782_2.png) [@Dev\_AI](https://discuss.elastic.co/u/Dev_AI)
#### Post date: [August 18, 2025, 8:12am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/1 "2025-08-18T08:12:30Z")

</div>

Hello,

I'm new to the ElasticStacks universe and would like to ask a question.

Below is a screenshot of the resources being used by my nodes.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/a/7/a705aa7ec5070d8bd877b4b709e68b8250a690c6.png)

You can see that memory usage is high. Is this normal?

Should I be concerned? Some people say not to worry, and others have told me that this can cause a circuit\_breaker exception.

Thanks!

---

<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, 2025, 8:27am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/2 "2025-08-18T08:27:10Z")

</div>

High RAM usage generally just mean that the operating system is using the memory to cache files, which is important for optimal performance. This is nothing to be concerned about and completely normal.

> [@Dev\_AI](#):
>
> and others have told me that this can cause a circuit\_breaker exception

This can happen if heap usage is high, not RAM.

---

<div class="post-metadata">

### Author: ![Dev\_AI](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dev_ai/32/142782_2.png) [@Dev\_AI](https://discuss.elastic.co/u/Dev_AI)
#### Post date: [August 18, 2025, 8:41am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/3 "2025-08-18T08:41:16Z")

</div>

Hi @Christian_Dahlqvist thanks for your attention!

In my case, my cluster started triggering numerous circuit breaker exception alerts, example below:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/4/7/47f4eea2564f586510e3057a8eb119cb64093697.png)

And this raises a lot of questions for me. In these cases, should I increase my memory?

Or should I take other action?

In the JVM pressure graphs, the peak is always 80%, I think it's ok... but why then am I having so many cases of circuit\_breaker?

Thanks so much!

---

<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, 2025, 8:46am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/4 "2025-08-18T08:46:57Z")

</div>

It looks like you are hitting heap limits. The first error message indicates that you are performing updates. Can you provide some additional details about this?

Which version of Elasticsearch are you using?

What is the average size of the documents you are updating?

Are you using nested documents or parent-child relationships?

Are you updating using bulk requests? If so, how large are the bulk requests and how many concurrent requests are you sending?

What is the size and specification of the nodes in the cluster?

---

<div class="post-metadata">

### Author: ![Dev\_AI](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dev_ai/32/142782_2.png) [@Dev\_AI](https://discuss.elastic.co/u/Dev_AI)
#### Post date: [August 18, 2025, 9:20am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/5 "2025-08-18T09:20:14Z")

</div>

**Which version of Elasticsearch are you using?**

_I'm using open-search, I'm really motivated to move away from open-search and create an independent cluster, do you recommend it?_

**What is the average size of the documents you are updating?**

_It's hard to say because I have millions of documents in the cluster, in this case where the circuit\_breaker occurred the document size was **3.57 KB.** I have some documents bigger than this, but i dont think the average are "too big"._

**Are you using nested documents or parent-child relationships?**

Yes, nested I always use, parent-child never.

_In this case where the circuit\_breaker error occurred, the document contained neither nested nor parent-child._

**Are you updating using bulk requests? If so, how large are the bulk requests and how many concurrent requests are you sending?**

_Good question, yes in my system we have several bulk requests, I also wouldn't know how big these requests are and how many are occurring at the same time._ I will try to collect this information.

**What is the size and specification of the nodes in the cluster?**

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/c/1/c105daea4d39a4a974e8b8eb8a3187206a33c208.png)

I obtained more information from the cluster, as shown in the image above.

Despite my limited experience with Elastic, I truly believe that the reason the cluster are triggering so many circuit\_breaker requests has more to do _with how I'm using Elastic_ than with my cluster's configuration, which I think is _"normal/good."_

I think the biggest problem is that Elastic is the single source of truth for my entire system. I don't think Elastic is designed for that. This means I have thousands of read/write operations occurring simultaneously. Do you agree with this?

I really appreciate your attention.

---

<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, 2025, 9:26am UTC](https://discuss.elastic.co/t/high-memory-usage/381101/6 "2025-08-18T09:26:04Z")

</div>

Opensearch and Elasticsearch share heritage as Opensearch started as a fork. Nowadays they have however grown apart quite sigificantly and are basically different products. I would recommend that you contact the Opensearch community as they will likely better be able to assist.
