diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-07-10 07:05:00 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2021-07-10 07:05:00 +0000 |
commit | 497b3ddae10aec2e44b1b636ffcc0e6b5cfa12b1 (patch) | |
tree | 8eead46ea69c893071996154acc958d754aa62b7 /sys/arch | |
parent | 836611c684013be5b373496cda73b68172bceb49 (diff) |
Sync maxusers with other 64bit archs.
From miod@, ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8460bb8d4f4..71e92dc9016 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.317 2021/06/28 11:04:14 mpi Exp $ +# $OpenBSD: GENERIC,v 1.318 2021/07/10 07:04:59 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine sparc64 include "../../../conf/GENERIC" -maxusers 64 # estimated number of users +maxusers 80 # estimated number of users option SUN4US option SUN4V |