diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-05-08 10:33:04 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-05-16 12:06:40 +0000 |
commit | 1f6939dae267e163faa591cb67004c237ad10e16 (patch) | |
tree | 3cede30df1f8081fda1126f90a6857811352a5a4 /src/helpers/vyos-boot-config-loader.py | |
parent | af2ddd56efc8aa4f8b1f417780de70bcce45cb89 (diff) | |
download | vyos-1x-1f6939dae267e163faa591cb67004c237ad10e16.tar.gz vyos-1x-1f6939dae267e163faa591cb67004c237ad10e16.zip |
T7348: Add config CPU thread-count for accel-ppp services
Accel-ppp services should not use all CPU cores to process requests.
At the moment accel-ppp services use all available CPU cores
to process requests from the subscribers (establish/update session/etc).
During mass connection of sessions, this can lead to the fact that it
utilizes all CPU, and for other services like FRR, there is not enough
CPU time to process their own stable work.
services:
- L2TP
- SSTP
- PPPoE
- IPoE
- PPtP
Add this option configurable and use all cores if not set:
```
set service pppoe-server thread-count < all | half | x >
```
The defaultValue `all`
Diffstat (limited to 'src/helpers/vyos-boot-config-loader.py')
0 files changed, 0 insertions, 0 deletions