Skip to content

Commit

Permalink
DLPX-38547 delphix engine hang (fix static global)
Browse files Browse the repository at this point in the history
  • Loading branch information
grwilson committed Jul 12, 2015
1 parent 3183a56 commit 22ac551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/uts/common/fs/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static boolean_t arc_warm;
/*
* log2 fraction of the zio arena to keep free.
*/
static int arc_zio_arena_free_shift = 4;
int arc_zio_arena_free_shift = 3;

/*
* These tunables are for performance analysis.
Expand Down

0 comments on commit 22ac551

Please sign in to comment.