Skip to content

Commit

Permalink
Merge pull request #20 from jacob-hughes/bump_rootset_count
Browse files Browse the repository at this point in the history
Bump rootset count to large configuration
  • Loading branch information
ltratt authored May 28, 2024
2 parents a3d5b26 + d81038e commit d584267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/gc_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ struct hblk {
# ifdef LARGE_CONFIG
# define MAX_ROOT_SETS 8192
# elif !defined(SMALL_CONFIG)
# define MAX_ROOT_SETS 2048
# define MAX_ROOT_SETS 8192
# else
# define MAX_ROOT_SETS 512
# endif
Expand Down

0 comments on commit d584267

Please sign in to comment.