
Hello,
I don't think this can be solved but I'm posting here just incase anyone has any ideas. I'm selfhosting on my Synology NAS and when making a Function I get this error:
TypeScript
Docker Error: docker: Error response from daemon: NanoCPUs can not be set, as your kernel does not support CPU CFS scheduler or the cgroup is not mounted.
See 'docker run --help'.
/usr/src/code/src/Executor/Executor.php:97
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(424): Executor\Executor->createRuntime('66cdfb70a1a1d18...', '66cc6ce90006997...', '/storage/functi...', 'openruntimes/py...', 'v3', true, 'src/SecureImage...', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}
Please let me know if you have any ideas (I've tried Googling it already). Thank you 🙂
TL;DR
Error message indicates an issue with setting NanoCPUs on the NAS due to kernel or cgroup incompatibility with CPU CFS scheduler. No straightforward solution found yet.Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
