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/nix
base: b693029ca076
Choose a base ref
...
head repository: NixOS/nix
compare: 38a4d38bc33d
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 27, 2019

  1. install-multi-user: reduce max-jobs from 32 to 1

    Having max-jobs = 32 ($NIX_USER_COUNT is hardcoded to that value) may
    severely overload the machine. The nix.conf(5) manual page says max-jobs
    defaults to 1, so let's use that value.
    
    NOTE: Both max-jobs and cores are now being set to their default value,
    so they can be removed alltogether.
    bjornfor committed Mar 27, 2019
    Copy the full SHA
    dbe4c04 View commit details
    Browse the repository at this point in the history
  2. install-multi-user: remove unneeded settings from nix.conf

    Hardcoding the "max-jobs" and "cores" settings in nix.conf at install
    time, to the same value as Nix' built-in default, makes little sense to
    me.
    bjornfor committed Mar 27, 2019
    Copy the full SHA
    07d9981 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge pull request #2746 from bjornfor/install-multi-user-defaults

    install-multi-user: reduce max-jobs from 32 to 1
    edolstra committed Jun 17, 2019
    Copy the full SHA
    38a4d38 View commit details
    Browse the repository at this point in the history