Skip to content

Commit

Permalink
Bump up memory requirements for pmap_test on TPU.
Browse files Browse the repository at this point in the history
This test recently started exceeding the default memory requirement when run under tsan. I'm not entirely sure why, but perhaps some change pushed it just over our CI's 12GB default limit.

PiperOrigin-RevId: 636910434
  • Loading branch information
hawkinsp authored and jax authors committed May 24, 2024
1 parent be7939a commit 1e01fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ jax_test(
backend_tags = {
"tpu": [
"noasan", # Times out under asan.
"requires-mem:16g", # Under tsan on 2x2 this test exceeds the default 12G memory limit.
],
},
shard_count = {
Expand Down

0 comments on commit 1e01fa7

Please sign in to comment.