Skip to content

Commit

Permalink
[test][android] Reduce buffer size in attempt to fix the test on Android
Browse files Browse the repository at this point in the history
It crashes with stack overflow now.
  • Loading branch information
vitalybuka committed Dec 14, 2023
1 parent 1e3e2a1 commit a590387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "sanitizer_common/sanitizer_specific.h"

static const size_t kBufferSize = 1 << 20;
static const size_t kBufferSize = 8192;

pthread_barrier_t bar;

Expand Down

0 comments on commit a590387

Please sign in to comment.