caelin
Issue running service using onnx models
Getting the following error when deploying a fastify server that uses Onnyx - a quick google search brings up a few threads from GH where folks are running into this issue on Vercel (i.e. here and here due to memory issues. Since this isn't serverless I don't think memory issues mentioned are applicable. Code works locally completely fine
5 replies
Can't see repositories when deploying from Github
I can't deploy new app using GitHub, when clicking Github I see no repos. I can see my Github configuration, which is already installed, and I've previously deployed applications from this github. Project ID
7ac882ce-d616-4d8f-9a41-82eb8ba8506b
5 replies
Adjusting max number of threads
Is there a way to adjust the limit of threads through Nixpack?
Currently using Pupeteer, and running into an issue where it's failing to launch browser processes, and throwing
pthread_create: Resource temporarily unavailable pupeteer
after it handles a few deploymnets.
Ran into this issue stack exchange discussion about thread restrictions:
https://unix.stackexchange.com/questions/515496/pthread-create-resource-temporarily-unavailable-when-running-multiple-docker
Not sure if this is the right approach here, but I saw that the default nixpack seems to have a max thread count: https://github.com/flatironinstitute/nixpack/blob/main/fi/default.nix4 replies