From f3ab0da69d55478edd7a6f00b4443eda494c2e11 Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 29 Jun 2021 17:49:49 +0000 Subject: [PATCH] sync maxusers with other 64bits architectures. ok kettenis@, deraadt@. --- sys/arch/riscv64/conf/GENERIC | 4 ++-- sys/arch/riscv64/conf/files.riscv64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 00f8fc4d058..544a2521d0f 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.24 2021/06/25 19:27:40 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.25 2021/06/29 17:49:49 matthieu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine riscv64 include "../../../conf/GENERIC" -maxusers 32 +maxusers 80 option PCIVERBOSE option USER_PCICONF diff --git a/sys/arch/riscv64/conf/files.riscv64 b/sys/arch/riscv64/conf/files.riscv64 index 8b50b28ef96..59cde247d1d 100644 --- a/sys/arch/riscv64/conf/files.riscv64 +++ b/sys/arch/riscv64/conf/files.riscv64 @@ -1,8 +1,8 @@ -# $OpenBSD: files.riscv64,v 1.15 2021/06/25 19:27:40 matthieu Exp $ +# $OpenBSD: files.riscv64,v 1.16 2021/06/29 17:49:49 matthieu Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 # Major number for block devices, for ``root on'' lines major { sd = 0 } -- 2.20.1