Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored May 20, 2022
1 parent 14479b2 commit 88edace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cmake $WORKSPACE/tiflash
make tiflash -j
```

> **NOTE**: Option `-j` (defaults to your core count, otherwise you can optionally specify a number) is used to control the build parallellism. Higher parallelism consumes more memory. If you encounter compiler OOM or hang, try to lower the parallelism, by specifying a reasonable number after `-j`, depending on the availablem memory in your system.
> **NOTE**: Option `-j` (defaults to your system CPU core count, otherwise you can optionally specify a number) is used to control the build parallelism. Higher parallelism consumes more memory. If you encounter compiler OOM or hang, try to lower the parallelism by specifying a reasonable number, e.g., half of your system CPU core count or even smaller, after `-j`, depending on the available memory in your system.
After building, you can get TiFlash binary under `$BUILD/dbms/src/Server/tiflash`.

Expand Down

0 comments on commit 88edace

Please sign in to comment.