Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Prevent event log from growing unbounded #32170

Open
Keston375 opened this issue Jan 23, 2025 · 1 comment
Open

Bug: Prevent event log from growing unbounded #32170

Keston375 opened this issue Jan 23, 2025 · 1 comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@Keston375
Copy link

When a Scheduler profile runs without stopping, the event log will grow unbounded. Eventually it will run out of memory and the VM will throw an error.

React version: v16.9.0

Steps To Reproduce

  1. Run Scheduler profile
  2. Watch memory resource growing

The current behavior

When Scheduler profile starts it runs out of memory and the JVM throws an error

The expected behavior

The event log should not grow unbounded

@Keston375 Keston375 added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

2 participants
@Keston375 and others