lichess-org/lila-docker

docker start getting killed automatically on mac

Closed this issue · 3 comments

No idea about scala and how it runs but I installed docker on my mac and cloned this repo
When I run this command
lila-docker git:(main) ./lila-docker start
it takes a while and seems to be going to good but after a bit I see this error

lila-1  | [info] done compiling
lila-1  | [info] compiling 7 Scala sources to /lila/modules/appeal/target/scala-3.4.1/classes ...
lila-1  | [info] done compiling
lila-1  | [info] compiling 6 Scala sources to /lila/modules/playban/target/scala-3.4.1/classes ...
lila-1  | Killed
lila-1 exited with code 0
image I have a decent machine image

Should I allocate more memory to docker or something on those lines?

Yes, running out of memory seems like a good guess. How much did you allocate to it? Not sure what the minimum limit is but something like 6-8 GB should probably be enough.

Closing for now. If you're still having issues, feel free to reply with more info.

I am facing the exact same issue.