projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9e2b7
)
coredump: bump coredump truncation size from 24M to 768M
author
Lennart Poettering
<lennart@poettering.net>
Fri, 1 Mar 2013 14:19:00 +0000
(15:19 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 1 Mar 2013 18:22:30 +0000
(19:22 +0100)
In the long run we really should make this runtime configurable.
src/journal/coredump.c
patch
|
blob
|
history
diff --git
a/src/journal/coredump.c
b/src/journal/coredump.c
index
021b4c6
..
bada848
100644
(file)
--- a/
src/journal/coredump.c
+++ b/
src/journal/coredump.c
@@
-37,7
+37,7
@@
#include "special.h"
#include "cgroup-util.h"
-#define COREDUMP_MAX (
24
*1024*1024)
+#define COREDUMP_MAX (
768
*1024*1024)
enum {
ARG_PID = 1,