oyiks
oyiks
TTwenty
Created by oyiks on 10/21/2024 in #❓︱help
Just having white screen
Hi Weiko, can you help me with my query?
5 replies
TTwenty
Created by oyiks on 10/21/2024 in #❓︱help
Just having white screen
yarn server:start:prod To start the server. If that's not correct, I did this because I was having memory issue on my wsl
5 replies
TTwenty
Created by oyiks on 10/21/2024 in #❓︱help
Just having white screen
I used NODE_OPTIONS="--max-old-space-size=4096" npx nx run twenty-server:build AND
5 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
*localhost:3001/
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
I did all that and I am having a white screen with nothing in it when I go to localhost:/
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Thanks.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Should I only run the front-end command to start the project?
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Hi Charles
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
How do I allow more resources to my VM?
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
What can I do then?
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
This is what I got total used free shared buff/cache available Mem: 2.6Gi 743Mi 1.8Gi 12Mi 288Mi 1.9Gi Swap: 1.0Gi 157Mi 866Mi
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
I still have the same error. npx nx start twenty-front NX Running target start for project twenty-front and 2 tasks it depends on: ———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
nx run twenty-ui:generateBarrels [local cache]
nx run twenty-ui:build [local cache]
nx run twenty-front:start
➜ Local: http://localhost:3001/ node:events:492 throw er; // Unhandled 'error' event ^ Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory at new NodeError (node:internal/errors:405:5) at [kOnExit] (node:internal/worker:287:26) at Worker.<computed>.onexit (node:internal/worker:209:20) Emitted 'error' event on Worker instance at: at [kOnExit] (node:internal/worker:287:12) at Worker.<computed>.onexit (node:internal/worker:209:20) { code: 'ERR_WORKER_OUT_OF_MEMORY' } Node.js v18.17.1 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— NX Running target start for project twenty-front and 2 tasks it depends on failed Failed tasks: - twenty-front:start Hint: run the command with --verbose for more details.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
I don't know, how do I check that?
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
I can run npx nx start now right?
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Done.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
{ "name": "twenty-front", "version": "0.31.0", "private": true, "type": "module", "scripts": { "build": "VITE_DISABLE_TYPESCRIPT_CHECKER=true VITE_DISABLE_ESLINT_CHECKER=true NODE_OPTIONS=--max-old-space-size=3000 npx vite build && sh ./scripts/inject-runtime-env.sh", "build:sourcemaps": "VITE_BUILD_SOURCEMAP=true VITE_DISABLE_TYPESCRIPT_CHECKER=true VITE_DISABLE_ESLINT_CHECKER=true NODE_OPTIONS=--max-old-space-size=6000 npx vite build && sh ./scripts/inject-runtime-env.sh", "start:prod": "NODE_ENV=production npx vite --host", "tsup": "npx tsup" }, "engines": { "node": "^18.17.1", "npm": "please-use-yarn", "yarn": "^4.0.2" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "msw": { "workerDirectory": "public" }, "dependencies": { "@xyflow/react": "^12.0.4", "transliteration": "^2.3.5" } }
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
This is what I find.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
6gb is RAM of my windows host not the linux VM.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
Alright then. I am using WSL on windows.
80 replies
TTwenty
Created by shyamsundertard on 10/9/2024 in #❓︱help
Memory limit error when running project
6gb RAM.
80 replies