diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2023-11-12 23:15:57 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2023-11-12 23:15:57 +0000 |
commit | 230d633a2c8f1133018708fe8e7505b6efca17d8 (patch) | |
tree | 1b670e26e3bcb3684a63396a388e985d67502ec1 /etc | |
parent | fbb3608274c79319c9e8aabeee84d429bb680925 (diff) |
Also bump the default limit on riscv64
Reported by jsing@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.riscv64/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.riscv64/login.conf b/etc/etc.riscv64/login.conf index ac02662d65d..b40ed84c6da 100644 --- a/etc/etc.riscv64/login.conf +++ b/etc/etc.riscv64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.5 2022/10/23 09:29:48 jca Exp $ +# $OpenBSD: login.conf,v 1.6 2023/11/12 23:15:56 jca Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -41,8 +41,8 @@ auth-ftp-defaults:auth-ftp=passwd: default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin:\ :umask=022:\ - :datasize-max=1024M:\ - :datasize-cur=1024M:\ + :datasize-max=1536M:\ + :datasize-cur=1536M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ |