From 411a6f5299c2894a27ba26e4c0531b36615216ee Mon Sep 17 00:00:00 2001 From: Jesse Norell <jesse@kci.net> Date: Tue, 22 Dec 2015 19:57:34 -0500 Subject: [PATCH] increase openvz privvmpages and vmguarpages limit --- interface/web/vm/templates/openvz.conf.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/vm/templates/openvz.conf.tpl b/interface/web/vm/templates/openvz.conf.tpl index ed4943f..0aaa6c7 100644 --- a/interface/web/vm/templates/openvz.conf.tpl +++ b/interface/web/vm/templates/openvz.conf.tpl @@ -46,7 +46,7 @@ NAMESERVER="{tmpl_var name='nameserver'}" # alternative meminfo: "pages:256000" MEMINFO="privvmpages:1" -# SWAPPAGES="{tmpl_var name='swappages'}" +SWAPPAGES="{tmpl_var name='swappages'}" CAPABILITY="{tmpl_var name='capability'}" FEATURES="{tmpl_var name='features'}" -- Gitblit v1.9.1