One option would be to double tmplen each pass.  That would make it
take, in my case, 10 tries, rather than ~750.

so:

-                tmplen += grplen;
+                tmplen *= 2;

-- 
autofs5 eats the cpu if you have large groups
https://bugs.launchpad.net/bugs/591100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to