Skip to content

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

Merged
drfloob merged 1 commit intogrpc:masterfrom
drfloob:php-distribtest-oom-maybe
Jul 21, 2023
Merged

[test] Run PHP distribtests with -j 2 instead of 4#33795
drfloob merged 1 commit intogrpc:masterfrom
drfloob:php-distribtest-oom-maybe

Conversation

@drfloob
Copy link
Copy Markdown
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 requested a review from gnossen July 20, 2023 23:11
@drfloob drfloob added the release notes: no Indicates if PR should not be in release notes label Jul 20, 2023
@drfloob drfloob enabled auto-merge (squash) July 20, 2023 23:38
@drfloob drfloob merged commit abdeffc into grpc:master Jul 21, 2023
@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.

2 participants