Skip to content

Commit 9a0bec3

Browse files
authored
Update troubleshooting.md
1 parent e30185c commit 9a0bec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/troubleshooting/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permalink: /troubleshooting
1414
## Extremely high CPU usage >80%
1515
In the receivers file, please modify the concurrent worker count. The default count is 2, please set to 1 within the configuration file using the concurrent_workers attribute. This is only necessary if you have an extremely large amount of virtual servers (monolithic approach) 1000+ virtual servers. It's recommended to separate or split the workload with another instance of BIG-IP to reduce blast radius for changes.
1616
Example:
17+
```
1718
receivers:
1819
bigip:
1920
collection_interval: 30s
@@ -23,6 +24,7 @@ receivers:
2324
tls:
2425
insecure_skip_verify: true
2526
concurrent_workers: 1
27+
```
2628

2729
## Increase REST memory and timeouts to improve Big-IP REST experience
2830
Per [AS3 Best Practices guide](https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/best-practices.html#increase-timeout-values-if-the-rest-api-is-timing-out)

0 commit comments

Comments
 (0)