-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Heartbeat] Check for free memory before starting synthetic browser #23687
Comments
Pinging @elastic/uptime (Team:Uptime) |
Is it worth adding a param that could be used to override this (either as a switch e.g. |
Hi! We're labeling this issue as |
Hi! We're labeling this issue as |
Hi! We're labeling this issue as |
Starting a synthetic browser requires considerably more memory than a lightweight check, and the errors returned by chrome are cryptic in this situation (it often just crashes). We should do a pre-flight check for some minimum quantity of free memory, I'd recommend 750MiB and return an error if that threshold is not met. It's not perfect, but would be an improvement.
See also #32082
The text was updated successfully, but these errors were encountered: