Newbie to smf... Have read what documentation I could find with no luck. 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. Can someone give me (or point me to) a step-by-step (more than just "edit the manifest") for this kind of task or tell me explicitly which file/command/arguments I need to try? Thanks! This message posted from opensolaris.org