diff --git a/docs-2.0-en/14.client/3.nebula-cpp-client.md b/docs-2.0-en/14.client/3.nebula-cpp-client.md index 4962067f4b0..05226d51032 100644 --- a/docs-2.0-en/14.client/3.nebula-cpp-client.md +++ b/docs-2.0-en/14.client/3.nebula-cpp-client.md @@ -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} diff --git a/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md b/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md index a7b7c1829f1..a10024ec773 100644 --- a/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md +++ b/docs-2.0-en/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md @@ -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