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/hydra
base: 7f6d52f4c3b7
Choose a base ref
...
head repository: NixOS/hydra
compare: 0882519b108e
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 5, 2018

  1. Copy the full SHA
    821f8bf View commit details
    Browse the repository at this point in the history
  2. Add boost dependency

    edolstra committed Jun 5, 2018
    Copy the full SHA
    b11789f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    39eca8b View commit details
    Browse the repository at this point in the history
  4. hydra-eval-jobs: Ugly hackery to reduce memory usage

    You can now set 'evaluator_max_heap_size' to make hydra-eval-jobs
    restart itself if the Boehm heap exceeds the specified size.
    
    For example, with 'evaluator_max_heap_size = 256000000',
    
      $ hydra-eval-jobs '<nixpkgs/pkgs/top-level/release.nix>' -I nixpkgs=channel:nixos-17.09
    
    has a max RSS of .56 GiB rather than 4.7 GiB.
    
    Unfortunately it doesn't help much for the NixOS jobsets because of
    the "tested" job which requires a huge amount of memory all by itself.
    edolstra committed Jun 5, 2018
    Copy the full SHA
    0882519 View commit details
    Browse the repository at this point in the history