coredump: update comments

This commit is contained in:
Yu Watanabe 2018-11-12 17:56:20 +09:00
parent bf877a54c7
commit 27f931d1cd
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include "time-util.h"
/* Make sure not to make this smaller than the maximum coredump size.
* See COREDUMP_MAX in coredump.c */
* See JOURNAL_SIZE_MAX in coredump.c */
#define ENTRY_SIZE_MAX (1024*1024*770u)
#define DATA_SIZE_MAX (1024*1024*768u)
#define LINE_CHUNK 8*1024u

View File

@ -58,7 +58,7 @@
#define JOURNAL_SIZE_MAX ((size_t) (767LU*1024LU*1024LU))
/* Make sure to not make this larger than the maximum journal entry
* size. See DATA_SIZE_MAX in journald-native.c. */
* size. See DATA_SIZE_MAX in journal-importer.h. */
assert_cc(JOURNAL_SIZE_MAX <= DATA_SIZE_MAX);
enum {