From b269c0067b58af0b67ba11c1429dbce6808b5bd2 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Thu, 28 Mar 2019 14:06:18 +0800 Subject: [PATCH] Enlarge the recommended size for tmpfs file system used for kdump over ethernet --- .../manage_clusters/common/deployment/enable_kdump.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_kdump.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_kdump.rst index d3cc84a67..17b8ea5cb 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_kdump.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/enable_kdump.rst @@ -57,11 +57,11 @@ The kdump will create a new initrd which used in the dumping stage. The ``/tmp`` * **[RHELS]** :: - tmpfs /var/tmp tmpfs defaults,size=200m 0 2 + tmpfs /var/tmp tmpfs defaults,size=500m 0 2 * **[SLES11]** :: - tmpfs /tmp tmpfs defaults,size=200m 0 2 + tmpfs /tmp tmpfs defaults,size=500m 0 2 * **[Ubuntu]** ::