Add a short guide on how to resolve memory induced reboots on Creality K1 series machines #699
DrywFiltiarn
started this conversation in
Features Request
Replies: 1 comment 1 reply
-
|
If Possible, I'd like to see the advanced shaper stop the services itself before running the calibration/calculations. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Wiki page on the Advanced Input Shapers already mentions that a Klipper reset can occur when the process needs more memory than can be provided by the machines mainboard, however it only suggests just "rebooting" which in my experience (and I tried several times) doesn't change much at all, since the same services that block memory will be started again.
What helped me to prevent the resets (both occuring in trying to run the shaper graphs as well as the actual calibration process) is to manually kill some services from the SSH terminal into the machine, which as we need to be rooted anyway is an easy process.
What released sufficient memory for me to be successfully run all the AIS features without crashing was to kill -KILL the following processes:
Results may vary depending on what people have installed obviously. But since the 3 of them aren't absolutely required to be able to do a present-at-machine shaper test/calibration they can be shut down without any trouble. Just killing these 3 processes on the machine resulted in a reduction of memory load from 57% to 36%, which apparently was more then enough to be able to run de AIS features.
Beta Was this translation helpful? Give feedback.
All reactions