summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/vzctl/files/patches/205_all_ve-light.conf-sample.patch')
-rw-r--r--sys-cluster/vzctl/files/patches/205_all_ve-light.conf-sample.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-cluster/vzctl/files/patches/205_all_ve-light.conf-sample.patch b/sys-cluster/vzctl/files/patches/205_all_ve-light.conf-sample.patch
deleted file mode 100644
index 2358576..0000000
--- a/sys-cluster/vzctl/files/patches/205_all_ve-light.conf-sample.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Igor Sukhih <igor@openvz.org>
-Date: Tue, 22 Aug 2006 13:34:37 +0000 (+0400)
-Subject: Increase dgramrcvbuf and othersockbuf in ve-light.conf-sample
-X-Git-Url: http://git.openvz.org/?p=vzctl;a=commitdiff;h=5478976ff1f979e52dec140df556d1df7f2790de
-
-Increase dgramrcvbuf and othersockbuf in ve-light.conf-sample
-ve-light.conf-sample is too much light,
-so that vzcfgvalidate recommends to increase the limits.
-
-http://bugzilla.openvz.org/show_bug.cgi?id=234
----
-
-Index: vzctl-3.0.11/etc/ve-light.conf-sample
-===================================================================
---- vzctl-3.0.11.orig/etc/ve-light.conf-sample
-+++ vzctl-3.0.11/etc/ve-light.conf-sample
-@@ -28,8 +28,8 @@ VMGUARPAGES="1725:2147483647"
- KMEMSIZE="1740800:1847296"
- TCPSNDBUF="159744:262144"
- TCPRCVBUF="159744:262144"
--OTHERSOCKBUF="61440:163840"
--DGRAMRCVBUF="32768:32768"
-+OTHERSOCKBUF="135168:196608"
-+DGRAMRCVBUF="135168:196608"
- OOMGUARPAGES="1725:2147483647"
- # Auxiliary parameters
- LOCKEDPAGES="4:4"