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

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