Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9dea14

Browse files
cosmastechtaylorotwell
andauthored
[12.x] Documentation for pint's --max-processes flag (#10736)
* Update pint.md * Update pint.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent b346ab0 commit a9dea14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎pint.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ If you would like Pint to run in parallel mode (experimental) for improved perfo
4141
./vendor/bin/pint --parallel
4242
```
4343

44+
Parallel mode also allows you to specify the maximum number of processes to run via the `--max-processes` option. If this option is not provided, Pint will use every available core on your machine:
45+
46+
```shell
47+
./vendor/bin/pint --parallel --max-processes=4
48+
```
49+
4450
You may also run Pint on specific files or directories:
4551

4652
```shell

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /