Skip to content

Commit

Permalink
TEMP: soften threshold to kick off another test
Browse files Browse the repository at this point in the history
and go hmmmmmm if the test hangs again around
zvol_misc_003
  • Loading branch information
rottegift committed Jul 24, 2021
1 parent e37def0 commit 7e59972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/macos/spl/spl-vmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ vmem_xfree(vmem_t *vmp, void *vaddr, size_t size)
* then perform the vmem_alloc in the thread_call
* function
*/
unsigned int spl_vmem_split_stack_below = 8192;
unsigned int spl_vmem_split_stack_below = 6108;

/* kstat tracking the global minimum free stack space */
_Atomic unsigned int spl_lowest_stack_remaining = UINT_MAX;
Expand Down

0 comments on commit 7e59972

Please sign in to comment.