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

[test] Run PHP distribtests with -j 2 instead of 4 #33795

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

drfloob
Copy link
Member

@drfloob drfloob commented Jul 20, 2023

We are seeing g++: fatal error: Killed signal terminated program cc1plus on PHP distribtest builds. In case it's an OOM, let's try reducing the build parallelism to see if it helps.

@drfloob drfloob enabled auto-merge (squash) July 20, 2023 23:38
@drfloob drfloob merged commit abdeffc into grpc:master Jul 21, 2023
59 of 64 checks passed
@copybara-service copybara-service bot added the imported Specifies if the PR has been imported to the internal repository label Jul 21, 2023
veblush pushed a commit that referenced this pull request 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
drfloob added a commit to drfloob/grpc that referenced this pull request Jul 24, 2023
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
veblush pushed a commit that referenced this pull request 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
mario-vimal pushed a commit to mario-vimal/grpc that referenced this pull request Jul 27, 2023
We are seeing `g++: fatal error: Killed signal terminated program
cc1plus` on PHP distribtest builds. In case it's an OOM, let's try
reducing the build parallelism to see if it helps.
mario-vimal pushed a commit to mario-vimal/grpc that referenced this pull request Jul 27, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bloat/none imported Specifies if the PR has been imported to the internal repository per-call-memory/neutral per-channel-memory/neutral 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