#4150·arcane

Bug: container memory usage show as 0B on ARM (RPI 4)

Author: timiti29Created Sep 21, 2026Updated Sep 22, 2026
Labelstriage

Bug Description

debug-arcane_agent_rpi4.log

In my use case i have a Raspberry PI 4 where i've installed arane agent (arcane-headless image)

When i go to Ressources / Containers to show memory usage for each container, value is showed to 0B in place of real memory usage value it's happening only for mi RPI 4 (ARM).

The issue affect also Container / metrics (stats) page, all values for memory are set to 0.

Steps To Reproduce

  1. Select an RPI4 (ARM) environment
  2. Go to Resources / Container
  3. Look into "Memory usage" for containers (all set to 0B)
  4. Click on one container
  5. Go to Metrics tab
  6. Look into "Memory usage"

Expected Behavior

I expect to see real memory usage for each container

Actual Behavior

Instead of having memory usage on B / KB / MB / GB we only see 0B. It's seems that arcane has issue to get memory information on ARM architectures

Screenshots

Image Image

Arcane Version

v2.13.0

Installation Method

Docker Compose (Recommended)

Environment Type

Both Local and Remote Agents

Database Type

SQLite (Default)

Operating System

Linux

Docker Version

29.7.2

Browser & Version

Firefox 156.0

Debug Logs

bash
Check attached file "debug-arcane_agent_rpi4.log"

Docker Compose Configuration

yaml
services:
  arcane-agent:
    image: ghcr.io/getarcaneapp/arcane-headless:latest
    container_name: arcane-agent
    restart: unless-stopped
    environment:
      - AGENT_MODE=true
      - EDGE_TRANSPORT=poll
      - AGENT_TOKEN=arc_[...]
      - MANAGER_API_URL=https://arcane.exemple.com
      - LOG_LEVEL=debug
    ports:
      - "192.168.3.11:3553:3553"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /srv/arcane_agent/data:/app/data
      - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt:ro

Environment Configuration (.env file)

bash
no .env file for arcane agent

Additional Context

RPI4 environment : OS: Debian GNU/Linux 13 (trixie) aarch64 Host: Raspberry Pi 4 Model B Rev 1.4 Kernel: Linux 6.18.39+rpt-rpi-v8