1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/pueue-parallel.md
2024-11-01 23:25:03 +05:30

12 lines
414 B
Markdown

# pueue parallel
> 병렬로 실행할 수 있는 허용 작업 수 설정.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 기본 그룹에서 병렬로 실행할 수 있는 최대 작업 수 설정:
`pueue parallel {{최대_병렬_작업_수}}`
- 특정 그룹에서 병렬로 실행할 수 있는 최대 작업 수 설정:
`pueue parallel --group {{그룹_이름}} {{최대_병렬_작업_수}}`