Manual: auto-optimise-store is disabled by default
This commit is contained in:
parent
5116214343
commit
b584a42e3d
1 changed files with 6 additions and 5 deletions
|
@ -425,12 +425,13 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para>
|
||||||
|
|
||||||
<varlistentry><term><literal>auto-optimise-store</literal></term>
|
<varlistentry><term><literal>auto-optimise-store</literal></term>
|
||||||
|
|
||||||
<listitem><para>If set to <literal>true</literal> (the default),
|
<listitem><para>If set to <literal>true</literal>, Nix
|
||||||
Nix automatically detects files in the store that have identical
|
automatically detects files in the store that have identical
|
||||||
contents, and replaces them with hard links to a single copy.
|
contents, and replaces them with hard links to a single copy.
|
||||||
This saves disk space. If set to <literal>false</literal>, you
|
This saves disk space. If set to <literal>false</literal> (the
|
||||||
can still run <command>nix-store --optimise</command> to get rid
|
default), you can still run <command>nix-store
|
||||||
of duplicate files.</para></listitem>
|
--optimise</command> to get rid of duplicate
|
||||||
|
files.</para></listitem>
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue