Displaying 5 results from an estimated 5 matches for "process_count".
Did you mean:
processes_count
2013 May 12
1
Pigeonhole: Typo in 20-managesieve.conf
Line 33: #process_count = 1024
Probably you mean process_limit
2010 Sep 28
1
problems and dovecot & manegesieve
...ss.txt>
#service_count = 1
# Number of processes to always keep waiting for more connections.
#process_min_avail = 0
# If you set service_count=0, you probably need to grow this.
#vsz_limit = 64M
}
service managesieve {
# Max. number of ManageSieve processes (connections)
#process_count = 1024
}
# Service configuration
protocol sieve {
# Maximum ManageSieve command line length in bytes. ManageSieve
usually does
# not involve overly long command lines, so this setting will not
normally need
# adjustment
#managesieve_max_line_length = 65536
# Maximum number of Ma...
2012 Jul 02
1
Authentication failed (migrate from 2.0.13 to 2.0.17)
...enull
default_internal_user = _dovecot
##
## ManageSieve specific
settings
##
# Service definitions
service managesieve-login {
inet_listener sieve {
port = 4190
}
inet_listener sieve_deprecated
{
port = 2000
}
}
service managesieve {
#Max. number of ManageSieve
processes (connections)
#process_count = 1024
}
# Service
configuration
protocol sieve {
}
Thank you very much.
--
Wesley
2015 May 06
0
dovecot-proxy with managesieve, director and backend dovecot imap
...quota_warning = storage=75%% quota-warning 75 %u
quota_warning2 = storage=95%% quota-warning 95 %u
}
-- managesieve config --
service managesieve-login {
executable = managesieve-login director
service_count = 0
process_min_avail = 0
vsz_limit = 64M
}
service managesieve {
process_count = 100
}
# Service configuration
protocol sieve {
managesieve_max_line_length = 32768
executable = managesieve-login director
mail_max_userip_connections = 5
managesieve_max_compile_errors = 5
}
2007 Jun 21
7
test program #2: mmaping
Attached another test program. I don't expect it to print any errors
with any OS, but I'd like to confirm it for non-Linux SMP kernels.
(Except for OpenBSD, it doesn't work correctly in it anyway because it
doesn't support mixing write()s and mmap())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: concurrency.c
Type: text/x-csrc
Size: 2256