should https://github.com/google-gemini/gemini-cli/blob/main/packages/cli/src/ui/hooks/useConsoleMessages.ts be bounded #5948
Unanswered
acoliver
asked this question in
Community Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you have a long session, the context memory hits a threshold and compresses; however, the console messages (display part) grow infinitely until the window thrashes between the top and bottom of the buffer. Eventually, it smashes the heap. Should this have a bounds so that the window doesn't do that and the heap doesn't blow?
Beta Was this translation helpful? Give feedback.
All reactions