Hi
I install the ignition v8 on a Raspberry PI 3 B+ successfully. When I check task manger I can see ignition use about 400 MB of 950MB RAM, but there is no process in task manger there is no trace of ignition or any other task which is using it.
Can some body help how why this happen and how I can see the ram and CPU usage by ignition in raspberry PI?
You should see two processes. One ignition-gateway
and another under java
You could also use top
in terminal. A simple version of the command is top -c -p $(pgrep -d',' -f ignition)
Does that help?
Thanks,
Jonathan C
1 Like
Thanks.