![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to limit output | bobk544 | Shell Programming and Scripting | 2 | 03-02-2009 11:20 AM |
| Process limit on OS level | giriplug | AIX | 2 | 06-16-2008 06:16 AM |
| Alert When a Process Exceeds a CPU Utilization Limit... | pbsrinivas | Shell Programming and Scripting | 4 | 06-20-2007 08:38 AM |
| upper limit of accessible memory space for a single process in Unix/Linux | cy163 | UNIX for Dummies Questions & Answers | 1 | 04-30-2007 10:09 AM |
| tar 2GB limit | SLKRR | Filesystems, Disks and Memory | 9 | 12-04-2006 03:19 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
smtpd process limit
I'm having a problem increasing the Postfix 2.5 smtpd process limit to 200. Here's what I have tried so far:
1) /etc/postfix/main.cf: Code:
default_process_limit = 200 /etc/postfix/master.cf: Code:
smtp inet n - - - 200 smtpd /etc/postfix/master.cf: Code:
smtp inet n - - - - smtpd -o default_process_limit=200 $ ps -u postfix | wc -l 101 N.B. There are no other bottlenecks in this state (according to atop). Error messages: warning: process /usr/lib/postfix/smtpd pid 25834 exit status 1 warning: /usr/lib/postfix/smtpd: bad command startup -- throttling setuid(105): Resource temporarily unavailable /etc/security/limits.conf: Code:
postfix soft nproc 200 postfix hard nproc 300 ---------- Post updated 10-31-09 at 02:06 PM ---------- Previous update was 10-30-09 at 05:56 PM ---------- Well, evidently the directives in limits.conf are completely ignored in our distribution/setup. As a temporary solution, I placed "ulimit -u 300" in the Postfix init script. 300 smtpd processes can now be spawned, even though the process limit in master is only 200 (!). |
![]() |
| Bookmarks |
| Tags |
| smtp postfix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|