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

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