Skip to content

Commit

Permalink
Reduce tsan history size
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jun 25, 2024
1 parent e4a4ca1 commit f56be80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cpu tsan test:
needs:
- cpu tsan build
variables:
TSAN_OPTIONS: "halt_on_error=1"
TSAN_OPTIONS: "halt_on_error=1:history_size=0"
PIKA_SMALL_STACK_SIZE: "0x100000"
PIKA_MEDIUM_STACK_SIZE: "0x100000"
# Override use of libSegFault, not necessary with sanitizers
Expand Down

0 comments on commit f56be80

Please sign in to comment.