]> granicus.if.org Git - shadow/commitdiff
sub[ug]id manpages: add note about performance when using login names versus UIDs
authorBostjan Skufca <bostjan@a2o.si>
Fri, 5 Sep 2014 22:34:40 +0000 (22:34 +0000)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 17 Sep 2014 20:48:17 +0000 (15:48 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
man/subgid.5.xml
man/subuid.5.xml

index 27799ba9338748e994ce3cce12a1555d3f1344c7..ffdb7d802dedb3a5fc5722486a9b20cd8d68a7b3 100644 (file)
       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'>
index 939ea166ef40571fa4bcdb2b6eceb7f358d2f966..2890661df944383b976b11fac1503c803417cff2 100644 (file)
       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'>