svn commit: r328907 - user/jeff/numa/sys/amd64/include

Jeff Roberson jeff at FreeBSD.org
Mon Feb 5 23:04:40 UTC 2018


Author: jeff
Date: Mon Feb  5 23:04:39 2018
New Revision: 328907
URL: https://svnweb.freebsd.org/changeset/base/328907

Log:
  Raise the default limit on PA_LOCK_COUNT

Modified:
  user/jeff/numa/sys/amd64/include/vmparam.h

Modified: user/jeff/numa/sys/amd64/include/vmparam.h
==============================================================================
--- user/jeff/numa/sys/amd64/include/vmparam.h	Mon Feb  5 23:04:13 2018	(r328906)
+++ user/jeff/numa/sys/amd64/include/vmparam.h	Mon Feb  5 23:04:39 2018	(r328907)
@@ -144,7 +144,7 @@
 #endif
 
 #ifdef	SMP
-#define	PA_LOCK_COUNT	256
+#define	PA_LOCK_COUNT	1024
 #endif
 
 /*


More information about the svn-src-user mailing list