Austin St. Aubin

Results 70 comments of Austin St. Aubin

I am working on an install script for the Raspberry Pi. In the meantime here are my notes as of a few days ago. https://github.com/cncjs/cncjs-pi-raspbian/blob/master/README_BUILD-NOTES.md

I have a way to do time lapse and recording automatically on start of a job. I will post in the wiki how to set this up soon. It uses...

@alfredanil Take a look at [Setup Guide: Raspberry Pi | Recording Triggered by Events](https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Recording-Triggered-by-Events)

Use `htop` to look at the process that is using the CPU. -- Austin Saint Aubin On Wed, Jun 20, 2018 at 8:20 PM, lspiker wrote: > Has anyone been...

That is odd. Looks like the process has only been alive for 45 sec. You check to see if its being restarted by PM2... or if processor time lowers after...

What distro are you running? `cat /etc/*-release` I am running `Raspbian GNU/Linux 8 (jessie)` with `[email protected]`

I think that there might be an issue with 'Raspbian GNU/Linux 9 (stretch)' and node. You might try fresh install on `Raspbian GNU/Linux 8 (jessie)`, just as a test. I...

@lspiker Try clearing your browser cache, and rebooting both devices.

I just published [cncjs-pi-raspbian](https://github.com/cncjs/cncjs-pi-raspbian), per-built Raspbian Pi image. Give it a try and let me know if you still have issues.

Tested the image over the weekend and today. No issues with high CPU usage on: ``` Raspbian GNU/Linux 9 (stretch) CNCjs v1.9.15 PM2: v2.10.4 NPM: v6.1.0 NODE: v10.5.0 ```