S10 Resource Management - default project
Having executed
# rctladm -e syslog process.max-file-descriptor
I am now seeing lots of messages in /var/adm/messages of the form:
Apr 25 08:27:08 toyotomi genunix: [ID 883052 kern.notice] basic rctl
process.max-file-descriptor (value 256) exceeded by process 137 (which
happens to be nscd, but there are numerous other processes as well)
I've tried executing
# projmod -sK "process.max-file-descriptor=(basic,512,deny)" default
(from the documentation, I'm under the impression that non-project-associated processes execute under the "default" project) but even after a reboot I see no change.
I just want to set the "default" nofiles(?) value to 512 to quiet the complaints.
Suggestions?

