provide a login class for vmd, the "daemon" class now has a datasize
authorsthen <sthen@openbsd.org>
Mon, 28 Feb 2022 21:23:38 +0000 (21:23 +0000)
committersthen <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

index bf28974..211d33d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: login.conf,v 1.22 2022/02/21 06:38:57 robert Exp $
+# $OpenBSD: login.conf,v 1.23 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: