Skip to content

Commit

Permalink
Switch SPL back to 512k allocation quantum for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonhumphrey committed Jul 27, 2016
1 parent 59e69c7 commit 79d69d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sys/vmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ extern "C" {
#endif



#define KMEM_QUANTUM (PAGESIZE<<5) // (<<5, 128k, has been running for months (as of 23 sept 2015), lower does glitch
// BGH - Back to 512k users reporting glitching, beachballing etc.
#define KMEM_QUANTUM (PAGESIZE<<7)



Expand Down

0 comments on commit 79d69d3

Please sign in to comment.