dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.81k stars 450 forks source link

[tests] `Elasticsearch` playground app dies with `exit code 137` when running as part of the tests #5283

Open radical opened 2 months ago

radical commented 2 months ago

Build, and log.

fail: Elasticsearch.AppHost.Resources.elasticsearch[0] 3: 2024-08-12T02:10:58.803091700Z ERROR: Elasticsearch died while starting up, with exit code 137.

This is when the app is running as part of the playground tests, and out of the two tests that run the Elasticsearch app, the first one passes but the second one exits with code 137(oomkilled?).

We might need to have Elasticsearch run in a separate helix agent.

cc @eerhardt @sebastienros

radical commented 2 months ago

Or we could try limiting it's heap size - https://github.com/10up/wp-local-docker/issues/6