Commit bb05efd
fix: reduce enrich batch size to 500 to avoid Neo4j memory pool limit
Adding prop_* properties to nodes (framework, http_method, auth_type, etc.)
increased per-node data 3-4x. With 140K nodes at batch size 2000, the
UNWIND transaction exceeded Neo4j's memory pool limit.
Reduced node and edge batch size from 2000 to 500. Matches the default
indexing batch size and avoids memory issues on large codebases.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 163d800 commit bb05efd
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
266 | | - | |
| 267 | + | |
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| |||
0 commit comments