forked from elastic/fleet-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlte2500_limite.yml
52 lines (52 loc) · 846 Bytes
/
lte2500_limite.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: 0
max: 2500
recommended_min_ram: 1024
cache_limits:
num_counters: 20000
max_cost: 52428800
server_limits:
max_connections: 7000
action_limit:
interval: 5ms
burst: 1
checkin_limit:
interval: 5ms
burst: 500
max: 2500
artifact_limit:
interval: 5ms
burst: 500
max: 1000
enroll_limit:
interval: 10ms
burst: 50
max: 100
ack_limit:
interval: 4ms
burst: 500
max: 1000
status_limit:
interval: 5ms
burst: 50
max: 100
upload_start_limit:
interval: 2s
burst: 10
max: 20
upload_end_limit:
interval: 2s
burst: 10
max: 20
upload_chunk_limit:
interval: 3ms
burst: 10
max: 20
file_delivery_limit:
interval: 100ms
burst: 10
max: 20
pgp_retieval_limit:
interval: 5ms
burst: 500
max: 1000