Skip to content

Commit 39392f5

Browse files
committed
typo fix
1 parent dc4488f commit 39392f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/workloads/hpc/hb-hc-known-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article provides the most common issues and solutions when using HB-series
2121

2222
## DRAM on HB-series
2323

24-
HB-series VMs can only expos 228 GB of RAM to guest VMs at this time. This is due to a known limitation of Azure hypervisor to prevent pages from being assigned to the local DRAM of AMD CCX’s (NUMA domains) reserved for the guest VM.
24+
HB-series VMs can only expose 228 GB of RAM to guest VMs at this time. This is due to a known limitation of Azure hypervisor to prevent pages from being assigned to the local DRAM of AMD CCX’s (NUMA domains) reserved for the guest VM.
2525

2626
## Accelerated Networking
2727

@@ -45,11 +45,11 @@ sed -i 's/GSS_USE_PROXY="yes"/GSS_USE_PROXY="no"/g' /etc/sysconfig/nfs
4545

4646
## Cache Cleaning
4747

48-
On HPC systems it is often useful to clean up the memory after a job has finished before the next user is assigned the same node. After running applications in Linux you may find that your available memory reduces while your buffer memory increases, despite not running any applications.
48+
On HPC systems, it is often useful to clean up the memory after a job has finished before the next user is assigned the same node. After running applications in Linux you may find that your available memory reduces while your buffer memory increases, despite not running any applications.
4949

5050
![Screenshot of command prompt](./media/known-issues/cache-cleaning-1.png)
5151

52-
Using `numactl -H` will show which NUMAnode(s) the memory is buffered with (possibly all). In Linux, users can clean the caches in 3 ways to return buffered or cached memory to ‘free’. You need to be root or have sudo permissions.
52+
Using `numactl -H` will show which NUMAnode(s) the memory is buffered with (possibly all). In Linux, users can clean the caches in three ways to return buffered or cached memory to ‘free’. You need to be root or have sudo permissions.
5353

5454
```console
5555
echo 1 > /proc/sys/vm/drop_caches [frees page-cache]

0 commit comments

Comments
 (0)