From ff388f56ea387ba310778fe157563f7f89b34daf Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:06:47 +0000 Subject: [PATCH] Add info about disabling background checks (#8145) #8144 --- .../twenty-website/src/content/developers/local-setup.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/twenty-website/src/content/developers/local-setup.mdx b/packages/twenty-website/src/content/developers/local-setup.mdx index 1db380bce..5775b1a0b 100644 --- a/packages/twenty-website/src/content/developers/local-setup.mdx +++ b/packages/twenty-website/src/content/developers/local-setup.mdx @@ -276,6 +276,10 @@ Make sure to run yarn in the root directory and then run `npx nx server:dev twen This should work out of the box with the eslint extension installed. If this doesn't work try adding this to your vscode setting (on the dev container scope): +#### While running `npx nx start` or `npx nx start twenty-front`, Out of memory is thrown + +In `packages/twenty-front/.env` uncomment `VITE_DISABLE_TYPESCRIPT_CHECKER=true` and `VITE_DISABLE_ESLINT_CHECKER=true` to disable background checks thus reducing amount of needed RAM. + ``` "editor.codeActionsOnSave": {