docs: full-suite 테스트 -j1 강제 제거 — 보수적 잡 수 안내로 완화 #215

Merged
altair823 merged 1 commits from docs/test-job-count into main 2026-06-24 16:02:15 +00:00
Owner

요약

full-suite 워크스페이스 테스트의 -j 1 강제 지침을 제거하고, 메모리 집약 링크 단계에 대한 보수적 잡 수(-j4) 안내로 완화한다. -j 1 은 lance/datafusion/arrow/tantivy 를 링크하는 integration-test 바이너리의 병렬 링크가 15 GiB RAM 을 초과해 linker 가 SIGKILL 되는 것을 피하려는 것이었으나, 기본 강제로는 과도하게 보수적이라 내린다. OOM 위험은 실재하므로 "보수적 잡 수(예: -j4)" 안내는 남긴다.

검증

  • 문서 전용 변경(CLAUDE.md build/test 섹션). 코드·동작·테스트 영향 없음.

Assisted-by: Claude Code

## 요약 full-suite 워크스페이스 테스트의 `-j 1` 강제 지침을 제거하고, 메모리 집약 링크 단계에 대한 보수적 잡 수(`-j4`) 안내로 완화한다. `-j 1` 은 lance/datafusion/arrow/tantivy 를 링크하는 integration-test 바이너리의 병렬 링크가 15 GiB RAM 을 초과해 linker 가 SIGKILL 되는 것을 피하려는 것이었으나, 기본 강제로는 과도하게 보수적이라 내린다. OOM 위험은 실재하므로 "보수적 잡 수(예: `-j4`)" 안내는 남긴다. ## 검증 - 문서 전용 변경(`CLAUDE.md` build/test 섹션). 코드·동작·테스트 영향 없음. Assisted-by: Claude Code
altair823 added 1 commit 2026-06-24 16:01:09 +00:00
altair823 merged commit 963430ecc3 into main 2026-06-24 16:02:15 +00:00
altair823 deleted branch docs/test-job-count 2026-06-24 16:02:15 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: altair823-org/kebab#215