Linux command
pueue-parallel 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Set parallel tasks
pueue parallel [4]
Set for specific group
pueue parallel --group [group_name] [2]
Unlimited parallel
pueue parallel 0
Single task at a time
pueue parallel 1
说明
pueue parallel sets how many tasks can run simultaneously in a pueue group. Each group has its own independent parallelism limit. If no _amount_ is given, pueue prints the group's current value. Changes only affect scheduling of new tasks — already-running tasks are never stopped when the limit is lowered.
参数
- -g, --group _NAME_
- Apply the setting to the named group instead of the default group.
FAQ
What is the pueue-parallel command used for?
pueue parallel sets how many tasks can run simultaneously in a pueue group. Each group has its own independent parallelism limit. If no _amount_ is given, pueue prints the group's current value. Changes only affect scheduling of new tasks — already-running tasks are never stopped when the limit is lowered.
How do I run a basic pueue-parallel example?
Run `pueue parallel [4]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -g, --group _NAME_ do in pueue-parallel?
Apply the setting to the named group instead of the default group.