Brieyla
Brieyla•2mo ago

memory issues on convex self-hosted

Hey there I'm getting issues a TooMuchMemoryCarryOver error on my convex self-hosted deployment. findOne is from better-auth-convex, the rest are relatively small functions that require auth. Is this a known issue ?
convex-backend-1 | 2025-10-02T07:26:46.682455Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("60.85 MiB", "96 MiB"), last request: "UDF: queries.js:getAvailableInstruments"
convex-backend-1 | 2025-10-02T07:26:56.208771Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("58.61 MiB", "96 MiB"), last request: "UDF: adapter.js:findOne"
convex-backend-1 | 2025-10-02T07:27:42.677278Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("63.79 MiB", "96 MiB"), last request: "UDF: queries.js:getAvailableInstruments"
convex-backend-1 | 2025-10-02T07:28:07.711660Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("62.08 MiB", "96 MiB"), last request: "UDF: adapter.js:findOne"
convex-backend-1 | 2025-10-02T07:26:46.682455Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("60.85 MiB", "96 MiB"), last request: "UDF: queries.js:getAvailableInstruments"
convex-backend-1 | 2025-10-02T07:26:56.208771Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("58.61 MiB", "96 MiB"), last request: "UDF: adapter.js:findOne"
convex-backend-1 | 2025-10-02T07:27:42.677278Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("63.79 MiB", "96 MiB"), last request: "UDF: queries.js:getAvailableInstruments"
convex-backend-1 | 2025-10-02T07:28:07.711660Z ERROR isolate::client: Restarting Isolate memory_carry_over: TooMuchMemoryCarryOver("62.08 MiB", "96 MiB"), last request: "UDF: adapter.js:findOne"
3 Replies
Convex Bot
Convex Bot•2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Brieyla
BrieylaOP•2mo ago
any idea ? šŸ†™
Clever Tagline
Clever Tagline•2mo ago
Unfortunately I can't help (I don't self-host Convex), but you might get more traction on this in the #self-hosted channel. Just post a link there to this thread. There's no telling where people view stuff here, and some folks who frequent that channel might skip this one. Worth a shot at least!

Did you find this page helpful?