diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-12-31 16:05:51 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-12-31 16:05:51 +0000 |
commit | 37683c23c693e1c20ad0c050b9eac28f18ce8a30 (patch) | |
tree | 40c00e76f524da669b509c514549039d35ea88ca /etc | |
parent | 2a892c7858883769188152a6140a955615da6bf8 (diff) |
Increase datasize to 1536 MB for running llvm-tblgen on i386.
Fixes build in src/gnu/usr.bin/clang/include/llvm/AMDGPU.
OK semarie@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.i386/login.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/login.conf b/etc/etc.i386/login.conf index ffc19dd44fb..8ae3d3bfee3 100644 --- a/etc/etc.i386/login.conf +++ b/etc/etc.i386/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.19 2023/12/11 19:52:40 kettenis Exp $ +# $OpenBSD: login.conf,v 1.20 2023/12/31 16:05:50 bluhm 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=768M:\ - :datasize-cur=768M:\ + :datasize-max=1536M:\ + :datasize-cur=1536M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ @@ -70,7 +70,7 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=768M:\ + :datasize-cur=1536M:\ :datasize-max=infinity:\ :maxproc-max=512:\ :maxproc-cur=128:\ |