summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-08-16 18:06:55 +0000
committerderaadt <deraadt@openbsd.org>2017-08-16 18:06:55 +0000
commiteebbb2fbed38c589f8dbfbb3a6a84c13051706aa (patch)
tree7a860b743e9d0d6b00191a54994682e422ea7b87
parentCorrect the check when selecting an elevator (diff)
downloadwireguard-openbsd-eebbb2fbed38c589f8dbfbb3a6a84c13051706aa.tar.xz
wireguard-openbsd-eebbb2fbed38c589f8dbfbb3a6a84c13051706aa.zip
crank memory limits
-rw-r--r--etc/etc.loongson/login.conf8
-rw-r--r--etc/etc.octeon/login.conf8
-rw-r--r--etc/etc.sgi/login.conf8
3 files changed, 12 insertions, 12 deletions
diff --git a/etc/etc.loongson/login.conf b/etc/etc.loongson/login.conf
index 58c8b6295e2..d97b6a8cb15 100644
--- a/etc/etc.loongson/login.conf
+++ b/etc/etc.loongson/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.6 2017/02/06 18:11:33 sthen Exp $
+# $OpenBSD: login.conf,v 1.7 2017/08/16 18:06:55 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:\
@@ -71,7 +71,7 @@ daemon:\
# Staff have fewer restrictions and can login even when nologins are set.
#
staff:\
- :datasize-cur=512M:\
+ :datasize-cur=768M:\
:datasize-max=infinity:\
:maxproc-max=512:\
:maxproc-cur=128:\
diff --git a/etc/etc.octeon/login.conf b/etc/etc.octeon/login.conf
index 58c8b6295e2..d97b6a8cb15 100644
--- a/etc/etc.octeon/login.conf
+++ b/etc/etc.octeon/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.6 2017/02/06 18:11:33 sthen Exp $
+# $OpenBSD: login.conf,v 1.7 2017/08/16 18:06:55 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:\
@@ -71,7 +71,7 @@ daemon:\
# Staff have fewer restrictions and can login even when nologins are set.
#
staff:\
- :datasize-cur=512M:\
+ :datasize-cur=768M:\
:datasize-max=infinity:\
:maxproc-max=512:\
:maxproc-cur=128:\
diff --git a/etc/etc.sgi/login.conf b/etc/etc.sgi/login.conf
index 58c8b6295e2..d97b6a8cb15 100644
--- a/etc/etc.sgi/login.conf
+++ b/etc/etc.sgi/login.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.6 2017/02/06 18:11:33 sthen Exp $
+# $OpenBSD: login.conf,v 1.7 2017/08/16 18:06:55 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:\
@@ -71,7 +71,7 @@ daemon:\
# Staff have fewer restrictions and can login even when nologins are set.
#
staff:\
- :datasize-cur=512M:\
+ :datasize-cur=768M:\
:datasize-max=infinity:\
:maxproc-max=512:\
:maxproc-cur=128:\