Systemd/src/journal-remote
Klearchos Chaloulos 8c6bcbf892 journal-remote: decrease microhttpd memory limit
Set the MHD_OPTION_CONNECTION_MEMORY_LIMIT to 128KB. The precious value was DATA_SIZE_MAX, which was defined as 1024*1024*768. This caused journal-remote to allocate 756MB for each journal-upload connection, thus exhausting the available memory.
2016-02-04 17:35:24 +02:00
..
.gitignore journal-upload: add config file 2014-07-15 22:34:41 -04:00
browse.html Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
journal-gatewayd.c journal-gatewayd: fix offset 2016-01-20 10:12:18 -05:00
journal-remote-parse.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
journal-remote-parse.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
journal-remote-write.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
journal-remote-write.h remove unused includes 2015-02-23 23:53:42 +01:00
journal-remote.c journal-remote: decrease microhttpd memory limit 2016-02-04 17:35:24 +02:00
journal-remote.conf.in Add Seal option in the configuration file for journald-remote 2015-12-20 13:23:33 +01:00
journal-remote.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
journal-upload-journal.c journal-upload : Ignore journal event when already in uploading state. 2015-12-09 18:34:36 +02:00
journal-upload.c defs: rework CONF_DIRS_NULSTR() macro 2015-11-10 17:31:31 +01:00
journal-upload.conf.in journal-upload: add config file 2014-07-15 22:34:41 -04:00
journal-upload.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
log-generator.py log-generator: add option to generate easily compressible data 2015-11-03 00:23:16 +01:00
Makefile Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
microhttpd-util.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
microhttpd-util.h journal-remote: update to 64bit µhttp api, provide fallback 2016-01-18 15:21:28 -05:00