-
Notifications
You must be signed in to change notification settings - Fork 8
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
Running Migrations causes systemd service timeouts on low-end hardware #66
Comments
Hi @arky I would like to know why you say the Btw, @benjaoming what do you think about changing |
Could you send the timeout error message as it appears in logs? It would likely appear with |
Is iiab/iiab#1648 ( |
At the moment, kolibri runs all the migrations on first run of 'kolbiri start'. Now this causes systemd service timeouts on low-end devices such as Raspberry Pi's. It doesn't happen always but sometime it does fail. I will try to zero in on which migrations take the most resources.
Perhaps adding
TimeoutStartSec
to avoid the timeouts might work, but it is not a solution.https://github.com/learningequality/kolibri-installer-debian/blob/master/debian/startup/kolibri.service#L13
Following the discussion on slack, I am filing this bug as a placeholder for exploring other alternatives esp. when upgrading a device with lot of content.
Refer downstream IIAB bugs: iiab/iiab#1158 iiab/iiab#1094
The text was updated successfully, but these errors were encountered: