# Running out of memory

**URL:** https://community.forestadmin.com/t/running-out-of-memory/6070
**Category:** Help me!
**Created:** [March 12, 2023, 1:29pm UTC](https://community.forestadmin.com/t/running-out-of-memory/6070 "2023-03-12T13:29:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tanish](https://avatars.discourse-cdn.com/v4/letter/t/a5b964/32.png) [@tanish](https://community.forestadmin.com/u/tanish)
#### Post date: [March 12, 2023, 1:29pm UTC](https://community.forestadmin.com/t/running-out-of-memory/6070/1 "2023-03-12T13:29:47Z")

</div>

Hello!

I’m using Node.JS backend with  
“forest-express-mongoose”: “^9.2.0”,  
“express”: “~4.17.1”,

Since this morning, I’ve been seeing this error where my container is crashing over and over again.

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory  
1: 0xb09980 node::Abort() [node]  
2: 0xa1c235 node::FatalError(char const\*, char const\*) [node]  
3: 0xcf77be v8::Utils::ReportOOMFailure(v8::internal::Isolate\*, char const\*, bool) [node]  
4: 0xcf7b37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, bool) [node]  
5: 0xeaf3d5 [node]  
6: 0xeafeb6 [node]  
7: 0xebe3de [node]  
8: 0xebee20 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]  
9: 0xec1d9e v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]  
10: 0xe832da v8::internal:🏭:NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]  
11: 0x11fc026 v8::internal::Runtime\_AllocateInYoungGeneration(int, unsigned long\*, v8::internal::Isolate\*) [node]  
12: 0x15f0a99 [node]  
Aborted (core dumped)

---

<div class="post-metadata">

### Author: ![anon62739609](https://avatars.discourse-cdn.com/v4/letter/a/c2a13f/32.png) [@anon62739609](https://community.forestadmin.com/u/anon62739609)
#### Post date: [March 15, 2023, 1:48pm UTC](https://community.forestadmin.com/t/running-out-of-memory/6070/2 "2023-03-15T13:48:43Z")

</div>

Hi @tanish,

Could you try increasing your RAM ?  
Does it fix your issue ?  
Did you change anything before the release ?

---

<div class="post-metadata">

### Author: ![anon62739609](https://avatars.discourse-cdn.com/v4/letter/a/c2a13f/32.png) [@anon62739609](https://community.forestadmin.com/u/anon62739609)
#### Post date: [March 16, 2023, 2:21pm UTC](https://community.forestadmin.com/t/running-out-of-memory/6070/3 "2023-03-16T14:21:36Z")

</div>

The issue seems to have been fixed, I’ll consider this ticket as closed
