BrieylaB
Convex Community6mo ago
4 replies
Brieyla

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"
Was this page helpful?