~sinfallas/+junk/xanadu-basepack

« back to all changes in this revision

Viewing changes to 30-xanadu-sysctl.conf

  • Committer: sinfallas at gmail
  • Date: 2017-07-22 00:43:32 UTC
  • Revision ID: sinfallas@gmail.com-20170722004332-m62xcmycp605i7ab
* se agregan nuevos valores al sysctl

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
kernel.dmesg_restrict = 1
7
7
kernel.exec-shield = 2
8
8
kernel.kptr_restrict = 1
9
 
kernel.msgmnb = 65536
10
 
kernel.msgmax = 65536
 
9
kernel.maps_protect = 1
 
10
kernel.msgmnb = 65535
 
11
kernel.msgmax = 65535
 
12
kernel.pid_max = 65535
11
13
kernel.randomize_va_space = 2
12
14
kernel.sched_autogroup_enabled = 1
13
15
kernel.sched_rt_runtime_us = 950000
32
34
net.ipv4.conf.default.accept_source_route = 0
33
35
net.ipv4.conf.default.accept_redirects = 0
34
36
net.ipv4.conf.default.secure_redirects = 0
 
37
net.ipv4.conf.all.bootp_relay = 0
 
38
net.ipv4.icmp_echo_ignore_all = 0
35
39
net.ipv4.icmp_echo_ignore_broadcasts = 1
36
40
net.ipv4.icmp_ignore_bogus_error_responses = 1
37
41
net.ipv4.ipfrag_high_thresh = 512000
38
42
net.ipv4.ipfrag_low_thresh = 446464
39
43
net.ipv4.ip_no_pmtu_disc = 0
 
44
net.ipv4.ip_forward = 0
40
45
net.ipv4.route.flush = 1
41
 
net.ipv4.tcp_timestamps = 0
 
46
net.ipv4.tcp_timestamps = 1
42
47
net.ipv4.tcp_sack = 1
43
48
net.ipv4.tcp_fack = 0
44
49
net.ipv4.tcp_window_scaling = 1
51
56
net.ipv4.tcp_fin_timeout = 15
52
57
net.ipv4.tcp_tw_recycle = 1
53
58
net.ipv4.tcp_tw_reuse = 1
54
 
net.ipv4.tcp_syn_retries = 1
55
 
net.ipv4.tcp_synack_retries = 1
56
 
net.ipv4.tcp_keepalive_time = 1800
57
 
net.ipv4.tcp_keepalive_intvl = 30
58
 
net.ipv4.tcp_max_syn_backlog = 262144
 
59
net.ipv4.tcp_syn_retries = 2
 
60
net.ipv4.tcp_synack_retries = 2
 
61
net.ipv4.tcp_retries2 = 5
 
62
net.ipv4.tcp_retries1 = 3
 
63
net.ipv4.tcp_keepalive_time = 300
 
64
net.ipv4.tcp_keepalive_intvl = 15
 
65
net.ipv4.tcp_max_syn_backlog = 4096
59
66
net.ipv4.tcp_max_tw_buckets = 1440000
60
67
net.ipv4.tcp_orphan_retries = 1
61
68
net.ipv4.tcp_max_orphans = 8192
62
69
net.ipv4.tcp_slow_start_after_idle = 0
 
70
net.ipv4.tcp_keepalive_probes = 3
 
71
net.ipv4.tcp_reordering = 15
63
72
net.ipv6.route.flush = 1
64
73
net.ipv6.conf.default.accept_redirects = 0
65
74
net.ipv6.conf.all.accept_redirects = 0
66
75
net.ipv6.conf.all.accept_source_route = 0
67
76
net.ipv6.conf.all.use_tempaddr = 2
 
77
net.ipv6.conf.all.forwarding = 0
 
78
net.ipv6.conf.all.autoconf = 0
 
79
net.ipv6.conf.all.accept_ra = 0
68
80
net.ipv6.conf.default.use_tempaddr = 2
 
81
net.ipv6.conf.default.forwarding = 0
 
82
net.ipv6.conf.default.accept_source_route = 0
 
83
net.ipv6.conf.default.autoconf = 0
 
84
net.ipv6.conf.default.accept_ra = 0
 
85
net.ipv6.conf.eth0.autoconf = 0
 
86
net.ipv6.conf.eth0.accept_ra = 0
69
87
vm.mmap_min_addr = 65536
70
88
vm.oom_kill_allocating_task = 1