Make maxLogSize configurable
[?]
Sep 22, 2017, 1:23 PM
IGLIPGT6YNX4JNXGZM27GJHUQK72DSWSO7LNJ5OAHVGYVIXSDWNACDependencies
- [2]
FHVJYJFEUpload build logs to the binary cache - [3]
BYVRA54QTemporarily disable machines on any exception, not just connection failures - [4]
EFWDY2V7Support testing build determinism - [5]
NAYQT2GThydra-queue-runner: Use cmdBuildDerivation - [6]
EPWEMRI2Allow determinism checking for entire jobsets - [*]
5AIYUMTBBasic remote building - [*]
24BMQDZAStart of single-process hydra-queue-runner - [*]
NSBNNM77Add hydra.conf option "nar_buffer_size" to configure memoryTokens limit - [*]
HJOEIMLRRefactor - [*]
BG6PEOB2Make the output size limit configurable
Change contents
- replacement in src/hydra-queue-runner/build-remote.cc at line 269
to << 64 * 1024 * 1024; // == maxLogSizeto << maxLogSize; - edit in src/hydra-queue-runner/hydra-queue-runner.cc at line 88
, maxLogSize(config->getIntOption("max_log_size", 64ULL << 20)) - edit in src/hydra-queue-runner/state.hh at line 423[10.2366][12.4352]
size_t maxLogSize;