Subversion Repositories configs

Rev

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 19... Line 19...
19
# Useful for debugging multi-threaded applications.
19
# Useful for debugging multi-threaded applications.
20
kernel.core_uses_pid = 1
20
kernel.core_uses_pid = 1
21
 
21
 
22
# Controls the use of TCP syncookies
22
# Controls the use of TCP syncookies
23
net.ipv4.tcp_syncookies = 1
23
net.ipv4.tcp_syncookies = 1
24
 
-
 
25
# Disable netfilter on bridges.
-
 
26
net.bridge.bridge-nf-call-ip6tables = 0
-
 
27
net.bridge.bridge-nf-call-iptables = 0
-
 
28
net.bridge.bridge-nf-call-arptables = 0
-
 
29
 
24
 
30
# Controls the default maxmimum size of a mesage queue
25
# Controls the default maxmimum size of a mesage queue
31
kernel.msgmnb = 65536
26
kernel.msgmnb = 65536
32
 
27
 
33
# Controls the maximum size of a message, in bytes
28
# Controls the maximum size of a message, in bytes