Skip to content

Commit

Permalink
Merge pull request #110675 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-99413

release-23.1: sql/tests: give more memory to TestSchemaChangesInParallel
  • Loading branch information
yuzefovich authored Sep 14, 2023
2 parents 2694d15 + 45b1fcc commit 3224fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/tests/schema_changes_in_parallel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func TestSchemaChangesInParallel(t *testing.T) {
},
JobsTestingKnobs: jobs.NewTestingKnobsWithShortIntervals(),
},
SQLMemoryPoolSize: 1 << 30, /* 1GiB */
})
defer s.Stopper().Stop(ctx)

Expand Down

0 comments on commit 3224fa6

Please sign in to comment.