docs: full-suite 테스트 -j1 강제 제거 — 보수적 잡 수 안내로 완화 #215
Reference in New Issue
Block a user
Delete Branch "docs/test-job-count"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
요약
full-suite 워크스페이스 테스트의
-j 1강제 지침을 제거하고, 메모리 집약 링크 단계에 대한 보수적 잡 수(-j4) 안내로 완화한다.-j 1은 lance/datafusion/arrow/tantivy 를 링크하는 integration-test 바이너리의 병렬 링크가 15 GiB RAM 을 초과해 linker 가 SIGKILL 되는 것을 피하려는 것이었으나, 기본 강제로는 과도하게 보수적이라 내린다. OOM 위험은 실재하므로 "보수적 잡 수(예:-j4)" 안내는 남긴다.검증
CLAUDE.mdbuild/test 섹션). 코드·동작·테스트 영향 없음.Assisted-by: Claude Code