forked from elastic/fleet-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlte5000_limits.yml
52 lines (52 loc) · 856 Bytes
/
lte5000_limits.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
num_agents:
min: 2501
max: 5000
recommended_min_ram: 2048
cache_limits:
num_counters: 40000
max_cost: 52428800
server_limits:
max_connections: 12000
action_limit:
interval: 5ms
burst: 5
checkin_limit:
interval: 2ms
burst: 1000
max: 5000
artifact_limit:
interval: 2ms
burst: 1000
max: 2000
enroll_limit:
interval: 10ms
burst: 100
max: 200
ack_limit:
interval: 2ms
burst: 1000
max: 2000
status_limit:
interval: 5ms
burst: 100
max: 200
upload_start_limit:
interval: 2s
burst: 20
max: 40
upload_end_limit:
interval: 2s
burst: 20
max: 40
upload_chunk_limit:
interval: 3ms
burst: 20
max: 40
file_delivery_limit:
interval: 100ms
burst: 20
max: 40
pgp_retieval_limit:
interval: 2ms
burst: 1000
max: 2000