mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 14:03:35 +03:00
7e80cd5366
Hello team, - Modified File: `packages/twenty-docker/twenty/entrypoint.sh` - Reason: The current `entrypoint.sh` works fine for server with RAM more than 8GB. But the server with less RAM will give error while running `scripts/setup-db.ts`. ![setup-db-failed](https://github.com/twentyhq/twenty/assets/52379037/5e27240a-23ef-4d52-93bb-337e1a004feb) - My commit: It will set `NODE_OPTIONS="--max-old-space-size=8192"` in docker entrypoint which guarantee to run the script successfully. --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com> |
||
---|---|---|
.. | ||
k8s | ||
twenty | ||
twenty-postgres | ||
twenty-postgres-spilo | ||
twenty-website | ||
.env.example | ||
docker-compose.yml | ||
Makefile |