Prastoin
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Have you already been able in the past to run Twenty successfully ?
Could you please only run
npx nx build twenty-server
only without anything else running in the background -> front off
Your machine might be short on cpu when having both front and back up19 replies
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
For
1/
=> Out of memory issue should be adressed in latest main version, please rebase on it
For 2/
=> Seems like your server couldn't start, have you started it using npx nx start twenty-server
?19 replies
[TWENTY_SERVER] Out of memory when `npx nx start twenty-server`
Hello
What branch are you running on, have you followed all steps from the docs https://twenty.com/developers/section/self-hosting/troubleshooting#while-running-,[object-object],-or-,[object-object],,-out-of-memory-error-is-thrown
19 replies
Getting memory errors while trying to set up twenty on my local ubuntu machine.
Hello @hello kitty, we've merge an out of memory fix yesterday.
Be sure to rebase on main, if that still not adress the issue, then your machine might tidy on RAM to handle all of serving vite, typecheck and linter at the sametime
In this way please disable either one or both of lint or typecheck from your vite start using the following
twenty-front
env var describe here6 replies