-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swap size of 100MB to small to render Timelapse on Pi Zero 2 #826
Comments
Hey, |
Quite a few people use the Pi Zero 2 - I believe it was compatible with OctoPi straight away on release because it uses the same chip as one of the Pi 3 models. |
I used the raspberry pi imager as described in the docs on the official site, selected the pi zero 2 and got offered an image to write to the sd card. |
I had the same issue on a 3B+ After resizing swap size to 1024 anything worked See -- kiwix PS: I use a nightly build based on debian bookworm |
What were you doing?
On a Raspi Zero 2 I tried to render a Timelapse and got an error "Rendering of Timelapse failed with return code -9" same as described here: OctoPrint/OctoPrint#4447
What did you expect to happen?
Timelapse being rendered and offered for download.
What happened instead?
Error was thrown.
Version of OctoPi
OctoPrint 1.9.3 Python 3.9.2 OctoPi* 1.0.0cam (build 2023.10.09.154319)
Workaround
As describe in OctoPrint/OctoPrint#4447 (comment) extending the swap size from 100MB to 512MB solved the issue. It would be nice if that would be changed out of the box if that doesn't break anything else. Can't really assess that.
The text was updated successfully, but these errors were encountered: