e4d6138cac052de007909fa0f2b128e0d6a33fcb
[oweals/gnunet.git] / contrib / testbed_configs / regex_profiler_infiniband.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 11999
4 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5 HOSTNAME = localhost
6 MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 25
7 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
8 #MAX_PARALLEL_OPERATIONS = 1000
9 #MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
10
11 [regexprofiler]
12 BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13 REGEX_PREFIX = "GNVPN-0001-PAD"
14
15 [cadet]
16 AUTOSTART = YES
17 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18 APP_ANNOUNCE_TIME = 240 s
19 ID_ANNOUNCE_TIME = 120 m
20 CONNECT_TIMEOUT = 30 s
21 PORT = 12001
22 DHT_REPLICATION_LEVEL = 3
23
24 [dht]
25 AUTOSTART = YES
26 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27 HOSTNAME = localhost
28 # Do not allow DHT to create extra connections, beyond those testbed created
29 DISABLE_TRY_CONNECT = NO
30 FORCE_NSE = 1
31
32 [dhtcache]
33 DATABASE = heap
34 QUOTA = 100 MB
35 # Disable RC-file for Bloom filter?  (for benchmarking with limited IO availability)
36 DISABLE_BF_RC = YES
37 DISABLE_BF = YES
38
39 [datacache-sqlite]
40 # Keep datacache in-memory? (reduces IO)
41 IN_MEMORY = YES
42
43 [arm]
44 DEFAULTSERVICES = core cadet dht statistics regexprofiler
45
46 [fs]
47 AUTOSTART = NO
48
49 [resolver]
50 AUTOSTART = NO
51 HOSTNAME = localhost
52
53 [transport]
54 AUTOSTART = YES
55 PLUGINS = tcp
56 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
57 ACCEPT_FROM6 = ::1;
58 NEIGHBOUR_LIMIT = 50
59 #PORT = 12004
60
61 [ats]
62 WAN_QUOTA_OUT = 3932160
63 WAN_QUOTA_IN = 3932160
64
65 [core]
66 AUTOSTART = YES
67
68 [transport-tcp]
69 TIMEOUT = 300 s
70 PORT = 12006
71 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
72
73 [transport-udp]
74 TIMEOUT = 300 s
75 PORT = 12007
76 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
77
78 [statistics]
79 PORT = 12008
80 AUTOSTART = YES
81 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
82 DISABLE = NO
83
84 [TESTING]
85 NUM_PEERS = 5
86 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
87 MAX_CONCURRENT_SSH = 10
88 USE_PROGRESSBARS = YES
89 PEERGROUP_TIMEOUT = 2400 s
90
91 [PATHS]
92 SERVICEHOME = /tmp/perf-regex/
93
94 [dns]
95 AUTOSTART = NO
96
97 [nse]
98 AUTOSTART = YES
99 # Minimize proof-of-work CPU consumption by NSE
100 WORKBITS = 1
101
102 [vpn]
103 AUTOSTART = NO
104
105 [nat]
106 # Allow running on systems with only loopback?
107 RETURN_LOCAL_ADDRESSES = YES
108 # Disable redundant addresses...
109 DISABLEV6 = YES