Replies: 4 comments
-
|
Hi @LiloBzH, did you read this section of the documentation ? |
Beta Was this translation helpful? Give feedback.
-
Yes, but I didn't think 10 services were considered a lot. I'll test it out and see. |
Beta Was this translation helpful? Give feedback.
-
|
I try : command: --max_allowed_packet=64M in stack of mysql and i have enable "ModSecurity global CRS mode" test in progress ! |
Beta Was this translation helpful? Give feedback.
-
|
Alright, sorry for the inconvenience, ModSecurity has issues regarding memory: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I have a log of SWAP used
CONTAINER ID RSS(MiB) SWAP(MiB) TOTAL(MiB)
bunkerweb-bunkerweb-1 x 174 2619 2793
bunkerweb-bw-ui-1 xxxx 50 338 388
bunkerweb-bw-db-1 xxx 11 337 348
bunkerweb-bw-scheduler-1 x 27 47 74
Uptime : 2 hours.
Server : Proxmox
RAM : 16G in Proxmox , 12G for CT
RAM memory is constantly used at around 40%.
SWAP increases very quickly and is between 90 and 100%.
78118: 470076 kB - nginx: worker process
78120: 468796 kB - nginx: worker process
78119: 468412 kB - nginx: worker process
78122: 465724 kB - nginx: worker process
78121: 462908 kB - nginx: worker process
74202: 461684 kB - nginx: master process nginx -g daemon off;
It is clearly NGINX that consumes a lot
Usage of Bunkerweb : 10 services with default option
How to reproduce?
Reboot Docker Bunkerweb or reboot CT > same thing
Configuration file(s) (yaml or .env)
Global :
MULTISITE=yes
API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24
ANTIBOT_RECAPTCHA_SITEKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ANTIBOT_RECAPTCHA_SECRET=xxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxx
USE_BUNKERNET=no
AUTO_LETS_ENCRYPT=yes
EMAIL_LETS_ENCRYPT=xxxxxxxxxx@xxxxxxxxxx.com
SECURITYTXT_PREFERRED_LANG=fr
UI_HOST=http://bw-ui:7000
Exemple of service
IS_DRAFT=no
SERVER_NAME=xxxxxxxxxxxxxxxx.com
ANTIBOT_RECAPTCHA_SITEKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ANTIBOT_RECAPTCHA_SECRET=xxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxx
USE_AUTH_BASIC=yes
AUTH_BASIC_USER=xxxxxxx
AUTH_BASIC_PASSWORD=xxxxxxxxxxx
USE_BUNKERNET=no
WHITELIST_COUNTRY=FR
AUTO_LETS_ENCRYPT=yes
EMAIL_LETS_ENCRYPT=xxxxxxxxxxx-bunkerweb@xxxxxx.com
ALLOWED_METHODS=GET|POST|HEAD|PUT
USE_REVERSE_PROXY=yes
REVERSE_PROXY_INTERCEPT_ERRORS=no
REVERSE_PROXY_HOST=http://192.168.xxxxxxxxxxxxxx
REVERSE_PROXY_WS=yes
SECURITYTXT_PREFERRED_LANG=fr
Relevant log output
BunkerWeb version
1.6.4
What integration are you using?
Docker
Linux distribution (if applicable)
Proxmox 9.0.10 ( CT )
Removed private data
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions