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