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: 44e7f0dece66
Choose a base ref
...
head repository: NixOS/hydra
compare: 0721f6623ffb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 22, 2018

  1. hydra-eval-jobs: Warn and resets maxHeapSize on bad values

    This is because setting only the initial heap size to more than
    the default value (or the configured value) will cause all initial evals
    until maxHeapSize expands to the given value to abort.
    
    The 1.1 multiplier comes from the the configured defaults on NixOS' hydra,
    and from the previous multiplier used before
    7876cf6.
    samueldr committed Dec 22, 2018
    Copy the full SHA
    dd188d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Merge pull request #627 from samueldr/hydra-eval-jobs/warn-max-heap-size

    hydra-eval-jobs: Warn and resets maxHeapSize on bad values
    grahamc committed Mar 17, 2019
    Copy the full SHA
    0721f66 View commit details
    Browse the repository at this point in the history