sub[ug]id manpages: add note about performance when using login names versus UIDs
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
a113b87c45
commit
37e2a687e3
@ -77,6 +77,13 @@
|
||||
Multiple ranges may be specified per user.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When large number of entries (10000-100000 or more) are defined in
|
||||
<filename>/etc/subgid</filename>, parsing performance penalty will
|
||||
become noticeable. In this case it is recommended to use UIDs
|
||||
instead of login names. Benchmarks have shown speed-ups up to 20x.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='files'>
|
||||
|
@ -77,6 +77,13 @@
|
||||
Multiple ranges may be specified per user.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When large number of entries (10000-100000 or more) are defined in
|
||||
<filename>/etc/subuid</filename>, parsing performance penalty will
|
||||
become noticeable. In this case it is recommended to use UIDs
|
||||
instead of login names. Benchmarks have shown speed-ups up to 20x.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 id='files'>
|
||||
|
Loading…
Reference in New Issue
Block a user