forked from elastic/fleet-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlte10000_limits.yml
52 lines (52 loc) · 859 Bytes
/
lte10000_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: 5001
max: 10000
recommended_min_ram: 4048
cache_limits:
num_counters: 80000
max_cost: 52428800
server_limits:
max_connections: 22000
action_limit:
interval: 1ms
burst: 10
checkin_limit:
interval: 1ms
burst: 2000
max: 10000
artifact_limit:
interval: 1ms
burst: 2000
max: 4000
enroll_limit:
interval: 10ms
burst: 100
max: 200
ack_limit:
interval: 1ms
burst: 2000
max: 4000
status_limit:
interval: 5ms
burst: 200
max: 400
upload_start_limit:
interval: 2s
burst: 40
max: 80
upload_end_limit:
interval: 2s
burst: 40
max: 80
upload_chunk_limit:
interval: 3ms
burst: 40
max: 80
file_delivery_limit:
interval: 100ms
burst: 40
max: 80
pgp_retieval_limit:
interval: 1ms
burst: 2000
max: 4000