search for: max_files

Displaying 4 results from an estimated 4 matches for "max_files".

2012 Jan 26
2
Too many open files
Hi all, While trying to track down a T.38 issue, I came across a series of log entries like this: ============================================================================ [Jan 26 10:23:31] WARNING[32508]: udptl.c:948 ast_udptl_new_with_bindaddr: Unable to allocate socket: Too many open files [Jan 26 10:23:31] ERROR[32508]: acl.c:488 ast_ouraddrfor: Cannot create socket
1997 Dec 03
2
Insufficient allocations in net/unix/garbage.c
...stack[in_stack++] = x; } *************** *** 151,158 **** if(in_unix_gc) return; in_unix_gc=1; ! ! stack=(unix_socket **)get_free_page(GFP_KERNEL); /* * Assume everything is now unmarked - --- 160,170 ---- if(in_unix_gc) return; in_unix_gc=1; ! ! max_stack = max_files; ! ! stack=(unix_socket **)kmalloc(max_stack * sizeof(unix_socket **), ! GFP_KERNEL); /* * Assume everything is now unmarked *************** *** 276,280 **** in_unix_gc=0; ! free_page((long)stack); } - --- 288,292 ---- in_unix_g...
2008 Mar 16
3
max connects per host?
Hi everyone! I want to manage mail server resource part (like it can CGP) and with it I have one question. Is any way to limit overall max simultaneous connections to imap/pop3 server from one(each) host, except use iptables/ipfw and so on? Like a patch to dovecot or, maybe, it can be released in future versions? I know about mail_max_userip_connections in dovecot 1.1 but it can't limit
2018 Dec 07
3
Re: concurrent migration of several domains rarely fails
On 12/6/18 10:12 AM, Lentes, Bernd wrote: > >> Hi, >> >> i have a two-node cluster with several domains as resources. During testing i >> tried several times to migrate some domains concurrently. >> Usually it suceeded, but rarely it failed. I found one clue in the log: >> >> Dec 03 16:03:02 ha-idg-1 libvirtd[3252]: 2018-12-03 15:03:02.758+0000: 3252: