Skip to content

Commit

Permalink
fix the display of latex formula (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyf111 authored Nov 14, 2023
1 parent 71c0ceb commit b3ba02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installing NebulaGraph from the source code allows you to customize the compilin

Check [Prepare resources for compiling, installing, and running NebulaGraph](../1.resource-preparations.md).

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} # E.g., make -j2
Expand Down

0 comments on commit b3ba02f

Please sign in to comment.