From the subuid manpage:
When large number of entries (10000-100000 or more) are defined in /etc/subuid, 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.
It would be helpful if there was something I could set in /etc/login.defs or with usermod to write out subids with their UID instead of the username.
I suspect this would be of value to useradd as well.
From the subuid manpage:
It would be helpful if there was something I could set in
/etc/login.defsor withusermodto write out subids with their UID instead of the username.I suspect this would be of value to
useraddas well.