diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-01-18 04:08:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-01-18 04:08:09 +0000 |
commit | 588bd1b6e71c92694a53fa44b5318687ef09354d (patch) | |
tree | ee72c73a211cba7c6e4c2a2ce16cb64bac1b6ef8 /etc | |
parent | 30891c0995e6ce9a20bea8013161a0f775ad2a02 (diff) |
crank limits to satisfy piggy piggy clang
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.armv7/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.armv7/login.conf b/etc/etc.armv7/login.conf index 51254e35865..57a46bd04f3 100644 --- a/etc/etc.armv7/login.conf +++ b/etc/etc.armv7/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.9 2021/01/07 19:51:53 robert Exp $ +# $OpenBSD: login.conf,v 1.10 2021/01/18 04:08:08 deraadt 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=512M:\ - :datasize-cur=512M:\ + :datasize-max=768M:\ + :datasize-cur=768M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ |