-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.
Description
Describe the issue
High CPU utilization in recent build.
logs TAB from web interface not opening. (Error code: SBOX_FATAL_MEMORY_EXCEEDED)

Paste last few lines from pialert.log
paste here
Paste your pialert.conf (remove personal info)
paste here
Paste your docker-compose.yml and .env (remove personal info)
docker-compose.yml
#Name : pialert
version: '3.5'
services:
dozzle:
image: 'jokobsk/pi.alert:latest'
container_name: 'pialert'
hostname: 'pialert.lan'
volumes:
- '/home/pi/pi-alert/config:/home/pi/pialert/config'
- '/home/pi/pi-alert/db/pialert.db:/home/pi/pialert/db/pialert.db'
- '/home/pi/pi-alert/logs:/home/pi/pialert/front/log'
- '/home/pi/pi-alert/config/pialert.conf:/home/pi/pialert/config/pialert.conf'
# Time Zone Sync
- '/etc/timezone:/etc/timezone:ro'
- '/etc/localtime:/etc/localtime:ro'
dns:
- '192.168.29.50'
ports:
- '20211:20211'
restart: 'always'
network_mode: "host"
.env
paste here
Screenshots
If applicable, add screenshots to help explain your problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.
