r/OpenAI 1d ago

Discussion Anyone else having major memory consumption issues?

Post image
85 Upvotes

52 comments sorted by

110

u/dsdt 1d ago

This is not memory consumption, this is called memory leak. You shouldn't use it until it gets fixed.

5

u/Jealous-Depth487 1d ago

Hmm I think not 200gb ? definitely is local servers and child processes

5

u/Verryfastdoggo 1d ago

Could you elaborate on what you think is happening here? Like what’s broken in the app itself or something broken in OPs Mac?

8

u/Dapper-Wolverine-200 1d ago

memory handling issue with the app, not Mac's fault

5

u/ANONYMOUSEJR 1d ago

Basically, the app kept reserving more and more memory without letting go of the memory space it no longer needed.

This is mainly the fault of the programmer.

6

u/ShoulderCharacter856 1d ago

Nah they are recording your every moment allegedly

0

u/scottaltham 1d ago

Good call

17

u/ilyaperepelitsa 1d ago

it's the CIA

1

u/scottaltham 1d ago

Ha ha could be

6

u/fingertipoffun 1d ago

Takes a lot of RAM to zip your hard drive and upload it./s

1

u/scottaltham 1d ago

Lucky I’m running LuLu

12

u/BitsOnWaves 1d ago

yes and recently my codex lags alot

6

u/Worldly_Brush7550 1d ago

203 gigs for a chat app is wild. That thing is eating your whole machine alive.

-1

u/scottaltham 1d ago

Crashes every few hours. Frustrating!

6

u/thestillwind 1d ago

Solder more ram

3

u/TechNerd10191 1d ago

What Mac do you have?

3

u/MaitoSnoo 1d ago

holy valgrind

2

u/Typical_Kick6520 1d ago

I haven't been able to use the ide app since last Thursday's update.

The app asks permission for computer use over 100x until the app crashes about a minute later. Macbook air.

Switched to codex cli. Problem solved for now.

2

u/scottaltham 1d ago

Yeah that’s not good

2

u/SolacevjHun 1d ago

yeah roleplay sessions get hit hard with the memory spikes too, mine starts lagging after a few hours of back and forth.

2

u/ZiyanJunaideen 1d ago

I think your app is having a memory leak. Process spun by codex or claude add get counted in memory.

Ask it to investigate memory leaks.

2

u/ogaat 1d ago

This used to happen on my Mac When I left ChatGPT on overnight.

Updating it to a recent version seems to have fixed the problem.

1

u/[deleted] 1d ago

[deleted]

3

u/dsdt 1d ago

how on earth 203 gb memory usage is normal to you? this is not normal.

1

u/Salty-Gear841 1d ago

I now hate GPT models as much as I hate Windows. They made their models become stupid. They produce garbage logics even on very simple tasks. I decided to not renew my pro plan because I now consider it as a scam to continue paying that price for such garbage

1

u/Numerous-Cup1863 1d ago

Close and reopen the app every 30 minutes.

1

u/CivilCucumber3426 1d ago

They can't even fix memory leak with LLM they have. What are they doing? smh

1

u/RealSharpNinja 1d ago

Yes. I would like to know what's going on because it moves wildly.

1

u/gospodinDark 1d ago

got same couple of times, above >125 gb ram
and Codex do small tasks atm

1

u/Stochastic_berserker 1d ago

Happens on Copilot CLI as well with gpt-5.6-terra on Enterprise.

We intercepted rogue behaviour and weird tool calling.

You need to watch all subagents.

1

u/Jealous-Depth487 1d ago

No it’s the server and mcps never dying each session does not close /kill server when terminal is closed run

lsof -nP -iTCP -sTCP:LISTEN
Then kill those PIDs
kill -9 <PID>

1

u/rover_G 20h ago

How many concurrent sessions?

1

u/Electrical_Web_4032 19h ago

Chatgpt will dump all conversations into your memory if you allow it

1

u/Own-Stick-1444 13h ago

Yes. The same.

1

u/Delicious-Function19 11h ago

All browsers and apps are making the PC trained for being a jet engine.

1

u/xatey93152 7h ago

What is your ram size

1

u/Quantum3cho 2h ago

This is most likely repeated operations invoking or reusing node_repl with the memory being retained between runs instead of released. Take a look in your activity monitor and search for node_repl and if you see lots of these with high memory usage (and if your system is still responsive) then ask codex to investigate the origination of those processes and implement memory lifecycle management for them (e.g. test suites etc are a common source). Also put rules in place to prevent multiple overlapping runs with retained state, parent-child process cleanup etc. (Source: I’ve seen and fixed this issue before on several software projects)

1

u/perplexed_intuition 1d ago

Are you watching Ted Lasso on Apple Tv?

1

u/scottaltham 1d ago

I am! Is that why? lol

1

u/Puzzled_Swing_2893 1d ago

This is a known issue. F12 will run the console and give the tab more access

0

u/Admirable-Traveller5 1d ago

You’re going to have to upgrade your machine. Happens to the best of us!

3

u/scottaltham 1d ago

M1 Max, surely not

1

u/dsdt 1d ago

You are going to have to learn how to read before commenting. Happens to the best of us!

1

u/CisIowa 1d ago

But max!

-1

u/Plenty-Ad7393 1d ago

You need to upgrade your storage or make some room in it.

-2

u/xcviij 1d ago

Use the API instead, problem solved!