Skip to content

High CPU utilization in recent build. #191

@iAmSaugata

Description

@iAmSaugata

Describe the issue
High CPU utilization in recent build.

image

logs TAB from web interface not opening. (Error code: SBOX_FATAL_MEMORY_EXCEEDED)
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions