1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 06:25:37 +03:00
systemd/src/coredump
Lennart Poettering e677041e7a coredump: raise the coredump save size on 64bit systems to 32G (and lower it to 1G on 32bit systems)
Apparently 2G is too low for various real-life systems. But raising it
universally above 2^32 sounds wrong to me, since that makes no sense on
32bit systems, that we still support.

Hence, let's raise the limit to 32G on 64bit systems, and *lower* it to
1G on 32bit systems.

32G is 4 orders of magnitude higher then the old settings. Let's hope
that's enough for now. Should this not be enough we can raise it
further.

Fixes: #22076
2022-02-08 11:54:55 +01:00
..
coredump-vacuum.c Define FOREACH_DIRENT through FOREACH_DIRENT_ALL 2021-12-15 22:50:00 +01:00
coredump-vacuum.h license: LGPL-2.1+ -> LGPL-2.1-or-later 2020-11-09 13:23:58 +09:00
coredump.c coredump: raise the coredump save size on 64bit systems to 32G (and lower it to 1G on 32bit systems) 2022-02-08 11:54:55 +01:00
coredump.conf fix: point to the correct drop-ins subdirectory for confs 2021-04-22 09:36:14 +02:00
coredumpctl.c Make pager_open() return void 2021-11-03 15:24:56 +01:00
meson.build meson: Use files() for tests 2022-01-11 14:15:54 +01:00
test-coredump-vacuum.c tree-wide: use UINT64_MAX or friends 2021-03-05 07:10:13 +09:00