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

[backport][test] Run PHP distribtests with make -j8 (#33831) #33834

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

drfloob
Copy link
Member

@drfloob drfloob commented Jul 24, 2023

Related to #33795.

The tests are still OOMing, and I found that this distribtest script is still running make -j ... on a 16-core machine. Reducing it to 8 to see if that helps. Example OOM:
https://fusion2.corp.google.com/invocations/c306e6b9-24e3-498d-8971-3e914feea29b/log

Related to grpc#33795.

The tests are still OOMing, and I found that this distribtest script is
still running `make -j ...` on a 16-core machine. Reducing it to `8` to
see if that helps. Example OOM:
https://fusion2.corp.google.com/invocations/c306e6b9-24e3-498d-8971-3e914feea29b/log
@drfloob drfloob requested a review from veblush July 24, 2023 18:50
@drfloob drfloob added the release notes: no Indicates if PR should not be in release notes label Jul 24, 2023
@veblush veblush merged commit c1285fe into grpc:v1.57.x Jul 24, 2023
4 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: no Indicates if PR should not be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants