artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14fe642
)
provide a login class for vmd, the "daemon" class now has a datasize
author
sthen
<sthen@openbsd.org>
Mon, 28 Feb 2022 21:23:38 +0000
(21:23 +0000)
committer
sthen
<sthen@openbsd.org>
Mon, 28 Feb 2022 21:23:38 +0000
(21:23 +0000)
limit which is a bit low for VMs. only done on amd64 as vmd is only
provided there. ok deraadt@
etc/etc.amd64/login.conf
patch
|
blob
|
history
diff --git
a/etc/etc.amd64/login.conf
b/etc/etc.amd64/login.conf
index
bf28974
..
211d33d
100644
(file)
--- a/
etc/etc.amd64/login.conf
+++ b/
etc/etc.amd64/login.conf
@@
-1,4
+1,4
@@
-# $OpenBSD: login.conf,v 1.2
2 2022/02/21 06:38:57 robert
Exp $
+# $OpenBSD: login.conf,v 1.2
3 2022/02/28 21:23:38 sthen
Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@@
-110,6
+110,10
@@
unbound:\
:openfiles=512:\
:tc=daemon:
+vmd:\
+ :datasize=16384M:\
+ :tc=daemon:
+
xenodm:\
:openfiles=512:\
:tc=daemon: