Ho un processo in esecuzione come utente Gearman e voglio cambiare open files
per evitare questo brutto errore:
ERRORE 2014-09-12 17: 49: 14.000000 [main] accetta (Troppi file aperti) -> libgearman-server / gearmand.cc: 788
Come posso eseguire ulimit come un altro utente su Ubuntu e cambiare file aperti? Al momento non eseguo il login come gearman ma ho accesso root. Ho provato a fare questo:
su gearman --shell /bin/bash --command "ulimit -n"
come raccomandato qui ma nulla ottiene l'output:
$ su gearman --shell /bin/bash --command "ulimit -n"
Password:
$