Skip to content

Commit

Permalink
Update 3.nebula-cpp-client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Nov 14, 2023
1 parent a0d862b commit f1b9d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This document describes how to install NebulaGraph CPP with the source code.

5. Compile NebulaGraph CPP.

To speed up the compiling, use the `-j` option to set a concurrent number `N`. It should be $\min(\text{CPU}core number,\frac{the_memory_size(GB)}{2})$.
To speed up the compiling, use the `-j` option to set a concurrent number `N`. It should be $\min(\text{CPU core number},\frac{\text{the memory size(GB)}}{2})$.

```bash
$ make -j{N}
Expand Down

0 comments on commit f1b9d2a

Please sign in to comment.