lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

docker start getting killed automatically on mac #84

Closed prolificcoder closed 5 months ago

prolificcoder commented 6 months ago

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?

benediktwerner commented 6 months ago

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.

fitztrev commented 5 months ago

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

bastianpedersen commented 4 months ago

I am facing the exact same issue.