Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4deedce111b2
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 70b7ba99f283
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 10, 2018

  1. Bump initial/max heap size

    edolstra committed Aug 10, 2018
    Copy the full SHA
    151ce4a View commit details
  2. Disable GC

    edolstra committed Aug 10, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    70b7ba9 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 bastion/network.nix
  2. +2 −2 delft/hydra.nix
2 changes: 1 addition & 1 deletion bastion/network.nix
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ in
pkgs.terraform-full
];

nix.gc.automatic = true;
#nix.gc.automatic = true;
nix.gc.dates = "daily";

# Temporary hack until we have proper users/roles.
4 changes: 2 additions & 2 deletions delft/hydra.nix
Original file line number Diff line number Diff line change
@@ -60,8 +60,8 @@ in
log_prefix = https://nix-cache.s3.amazonaws.com/
evaluator_initial_heap_size = 1000000000
evaluator_max_heap_size = 2000000000
evaluator_initial_heap_size = 10000000000
evaluator_max_heap_size = 11000000000
max_concurrent_evals = 2
'';