Skip to content

Commit 16e5ea3

Browse files
committed
chore: Add languages to fenced code blocks (#2653)
1 parent d4b23d9 commit 16e5ea3

File tree

1 file changed

+2
-2
lines changed
  • docs/dev-notes/2025-10-13/fix-n-plus-1-query-for-prisma

1 file changed

+2
-2
lines changed

docs/dev-notes/2025-10-13/fix-n-plus-1-query-for-prisma/plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### 発生しているエラー
1212

13-
```
13+
```text
1414
Node.js process exited with signal: 6 (SIGABRT) (core dumped).
1515
Node.js process exited with signal: 11 (SIGSEGV) (core dumped).
1616
double free or corruption (out)
@@ -53,7 +53,7 @@ export async function getTaskResultsByTaskId(
5353

5454
**メモリ計算**:
5555

56-
```
56+
```text
5757
200個のPrismaクエリエンジン × 40-60MB/プロセス = 8GB〜12GB必要
5858
Vercel Pro (3008MB) < 必要メモリ → メモリ不足
5959
```

0 commit comments

Comments
 (0)