In markdown documents, text for bash should be contained in block as belows: ```SHELL content ```
Signed-off-by: Xu Xijian hdxuxijian@163.com --- doc/job/arch-nr_node-nr_cpu-memory.md | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/doc/job/arch-nr_node-nr_cpu-memory.md b/doc/job/arch-nr_node-nr_cpu-memory.md index c788607..72cf497 100644 --- a/doc/job/arch-nr_node-nr_cpu-memory.md +++ b/doc/job/arch-nr_node-nr_cpu-memory.md @@ -3,14 +3,18 @@ Meaning: - Each test machine has some basic configurations, such as arch, nr_node, nr_cpu, memory these fields mean: +```SHELL arch: the architecture of the machine. nr_node: number of NUMA nodes. nr_cpu: number of logical CPUs. memory: memory size of the machine. +```
- These fields are from the file which in $LAB_SRC/hosts. - Here is an example of these fields in the host file: +```SHELL arch: aarch64 nr_node: 4 nr_cpu: 96 memory: 256G +```
These are YAML not SHELL.
+```SHELL arch: the architecture of the machine. nr_node: number of NUMA nodes. nr_cpu: number of logical CPUs. memory: memory size of the machine. +```
- These fields are from the file which in $LAB_SRC/hosts.
- Here is an example of these fields in the host file:
+```SHELL arch: aarch64 nr_node: 4 nr_cpu: 96 memory: 256G
+```
2.23.0