We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b23d9 commit 16e5ea3Copy full SHA for 16e5ea3
docs/dev-notes/2025-10-13/fix-n-plus-1-query-for-prisma/plan.md
@@ -10,7 +10,7 @@
10
11
### 発生しているエラー
12
13
-```
+```text
14
Node.js process exited with signal: 6 (SIGABRT) (core dumped).
15
Node.js process exited with signal: 11 (SIGSEGV) (core dumped).
16
double free or corruption (out)
@@ -53,7 +53,7 @@ export async function getTaskResultsByTaskId(
53
54
**メモリ計算**:
55
56
57
200個のPrismaクエリエンジン × 40-60MB/プロセス = 8GB〜12GB必要
58
Vercel Pro (3008MB) < 必要メモリ → メモリ不足
59
```
0 commit comments