Blame SOURCES/0314-conf-increase-MaxCrashReportsSize-to-5GiB.patch

06486d
From 0c4b1da592933c05f08319ce88a708a23cde2ff3 Mon Sep 17 00:00:00 2001
06486d
From: Jakub Filak <jfilak@redhat.com>
06486d
Date: Sun, 16 Oct 2016 15:56:50 +0200
06486d
Subject: [PATCH] conf: increase MaxCrashReportsSize to 5GiB
06486d
06486d
Since we limit core files size by the value of this option we need to
06486d
increase its value to be able to write full core files of application
06486d
such as gnome-shell.
06486d
06486d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
06486d
---
06486d
 src/daemon/abrt.conf | 2 +-
06486d
 1 file changed, 1 insertion(+), 1 deletion(-)
06486d
06486d
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
06486d
index 24df20b63..43c7fe059 100644
06486d
--- a/src/daemon/abrt.conf
06486d
+++ b/src/daemon/abrt.conf
06486d
@@ -7,7 +7,7 @@
06486d
 
06486d
 # Max size for crash storage [MiB] or 0 for unlimited
06486d
 #
06486d
-MaxCrashReportsSize = 1000
06486d
+MaxCrashReportsSize = 5000
06486d
 
06486d
 # Specify where you want to store coredumps and all files which are needed for
06486d
 # reporting. (default:/var/spool/abrt)
06486d
-- 
06486d
2.17.2
06486d