Skip to content

Commit

Permalink
hydra: increase max_output_size
Browse files Browse the repository at this point in the history
This is primarily a temporary measure; see here and around:
NixOS/nixpkgs#329650
  • Loading branch information
vcunat committed Jul 25, 2024
1 parent f8dc53d commit 4b5dd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ in
max_unsupported_time = 86400
allow_import_from_derivation = false
max_output_size = 3221225472 # 3 << 30 = 3 GB
max_output_size = 3421225472 # 3 << 30 + 200000000 = 3 GiB + 0.2 GB
max_db_connections = 350
queue_runner_metrics_address = [::]:9198
Expand Down

0 comments on commit 4b5dd4f

Please sign in to comment.