Skip to content

Reduce kMem allocation budget in no_deps_test from 10 MiB to 2 MiB. - #1044

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_981595471
Sep 21, 2026
Merged

copybara-service[bot] merged 1 commit into
masterfrom
test_981595471

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Sep 21, 2026

Copy link
Copy Markdown

Reduce kMem allocation budget in no_deps_test from 10 MiB to 2 MiB.

Allocating and filling 10 MiB per thread across 10 threads (100 MiB total) causes no_deps_test to exceed 7.2s under parallel CPU load. Reducing kMem to 2 MiB per thread (20 MiB total) exercises identical concurrent size-class and pageheap pathways while reducing runtime to < 3.2s.

Allocating and filling 10 MiB per thread across 10 threads (100 MiB total) causes no_deps_test to exceed 7.2s under parallel CPU load. Reducing kMem to 2 MiB per thread (20 MiB total) exercises identical concurrent size-class and pageheap pathways while reducing runtime to < 3.2s.

PiperOrigin-RevId: 985283519
@copybara-service
copybara-service Bot merged commit 97bc970 into master Sep 21, 2026
19 checks passed
@copybara-service
copybara-service Bot deleted the test_981595471 branch September 21, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant