docker stats is intermittently returning 16EiB (16 exbibytes) of MEM USAGE
enter image description here
My application gets abnormal memory usage intermittently by checking stats command while it is running, This is docker related parameter
Output of docker version
Client:
Version: 18.09.0
EulerVersion: 18.09.0.100
API version: 1.39
Go version: go1.15.7
Git commit: 62eb848
Built: Sun Feb 4 09:08:32 2024
OS/Arch: linux/arm64
Experimental: false
Server:
Engine:
Version: 18.09.0
EulerVersion: 18.09.0.100
API version: 1.39 (minimum version 1.12)
Go version: go1.15.7
Git commit: 62eb848
Built: Sun Feb 4 09:07:22 2024
OS/Arch: linux/arm64
Experimental: true
Output of docker info
Containers: 65
Running: 55
Paused: 0
Stopped: 10
Images: 2031
Server Version: 18.09.0
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Hugetlb Pagesize: 2MB, 512MB (default is 512MB)
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version:
runc version: N/A
init version: N/A (expected: )
Security Options:
seccomp
Profile: default
Kernel Version: 4.19.90-23.45.v2101.ky10.aarch64
Operating System: Kylin Linux Advanced Server V10 (Tercel)
OSType: linux
Architecture: aarch64
CPUs: 128
Total Memory: 509.9GiB
Name: antiy
ID: PJDX:5DVL:RNQF:H4ZT:65M5:P7IA:BG4L:5NMK:VEOP:WHGK:E77Y:KQFW
Docker Root Dir: /data/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
huahf.harbor.antiy.cn
127.0.0.0/8
Registry Mirrors:
https://mirrors.tuna.tsinghua.edu.cn/
http://hub-mirror.c.163.com/
http://mirrors.sohu.com/
https://registry.docker-cn.com/
Live Restore Enabled: true
I expect it to display memory usage properly
New contributor
刘艳峰 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.