Skip to content

Limit samtools sort memory in tests#2226

Merged
vasudeva8 merged 1 commit into
samtools:developfrom
daviesrob:test-sort-mem
Jun 13, 2025
Merged

Limit samtools sort memory in tests#2226
vasudeva8 merged 1 commit into
samtools:developfrom
daviesrob:test-sort-mem

Conversation

@daviesrob

Copy link
Copy Markdown
Member

Invocations of samtools sort in test/test.pl only process small inputs, so the use the option -m 10M to keep the sort buffer small. This was missing from some of the minimiser sort tests, leading to them failing on constrained systems that are reluctant to over commit memory.

Invocations of `samtools sort` in test/test.pl only process small
inputs, so the use the option `-m 10M` to keep the sort buffer
small.  This was missing from some of the minimiser sort tests,
leading to them failing on constrained systems that are reluctant
to over commit memory.
@vasudeva8 vasudeva8 merged commit afe4999 into samtools:develop Jun 13, 2025
6 checks passed
@daviesrob daviesrob deleted the test-sort-mem branch June 13, 2025 15:43
daviesrob added a commit to daviesrob/samtools that referenced this pull request Jul 10, 2025
Invocations of `samtools sort` in test/test.pl only process small
inputs, so the use the option `-m 10M` to keep the sort buffer
small.  This was missing from some of the minimiser sort tests,
leading to them failing on constrained systems that are reluctant
to over commit memory.
daviesrob added a commit to daviesrob/samtools that referenced this pull request Mar 18, 2026
Invocations of `samtools sort` in test/test.pl only process small
inputs, so the use the option `-m 10M` to keep the sort buffer
small.  This was missing from some of the minimiser sort tests,
leading to them failing on constrained systems that are reluctant
to over commit memory.
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.

2 participants