Skip to content

Commit

Permalink
Increase builder queue size cap
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Aug 31, 2023
1 parent 7be4e46 commit 6a6e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SmurfBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// Maximum total size of the write queue (channels * samples)
// Memory usage should be capped to around a few GB
#define MAX_BUILDER_QUEUE_SIZE 50000000
#define MAX_BUILDER_QUEUE_SIZE 150000000

// Flow control constants
#define FC_ALIVE 0
Expand Down

0 comments on commit 6a6e8b7

Please sign in to comment.