Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ in

allow_import_from_derivation = false

max_output_size = 3621225472 # 3 << 30 + 400000000 = 3 GiB + 0.4 GB
max_output_size = 3821225472 # 3 << 30 + 600000000 = 3 GiB + 0.6 GB
max_db_connections = 350

queue_runner_metrics_address = [::]:9198
Expand Down
Loading