App not starting
-
It seems to work on the demo cloudron and also on my test servers.
https://github.com/pocketbase/pocketbase/discussions/3703 is an upstream report which suggests changing host's ulimit .
-
Can you check
ulimit -a
output? (or I thinkulimit -n
) . I have 1024 for open files in my server and pocketbase runs fine here... -
@shrey thanks. can you also check
docker inspect <containerid> --format='{{json .HostConfig.Ulimits}}'
. The containerid you can get fromdocker ps
. The limit you posted above seems plenty. Maybe we have to ask this upstream since the error itself comes from the app. -
@shrey did you try to reboot your server?
-
@shrey thanks. can you also check
docker inspect <containerid> --format='{{json .HostConfig.Ulimits}}'
. The containerid you can get fromdocker ps
. The limit you posted above seems plenty. Maybe we have to ask this upstream since the error itself comes from the app. -
@shrey did you try to reboot your server?
@avatar1024 Since i've installed the app, yes...have rebooted Cloudron once.
-
J james has marked this topic as solved