-
Notifications
You must be signed in to change notification settings - Fork 52
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
Failure to start #11
Comments
npm ERR! errno 137 means you're out of memory. This is because on "runtime" the container builds itself via webpack which consumes much more memory than the default limits allow. |
@bigangryrobot were you able to get this working with istio? if so what did your config look like? |
Same error, using the helm charts
|
Had the same issue, it was indeed not enough memory. Changed it in
(512Mi wasn't enough for me, 1Gi got it working) |
Same here, the memory limit is way too low |
Hey there, like where you are heading with this as others have mentioned as well. I installed istio via the docs and have prometheus and grafana in the same namespace using the simple config you provided within the "promviz-promviz-config" configmap. On first request to the promvis front end, I get the following. All attempts to grab more logs out of this have failed so far.
The text was updated successfully, but these errors were encountered: