mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 05:37:56 +00:00
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`.  - 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>