Skip to content

Commit 4236ade

Browse files
committed
increase numbers, fix misspelling
1 parent e084091 commit 4236ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hpc-cache/troubleshoot-nas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Tips to avoid and fix configuration errors and other problems that
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: troubleshooting
7-
ms.date: 08/25/2022
7+
ms.date: 08/29/2022
88
ms.author: v-erinkelly
99
---
1010

@@ -21,9 +21,9 @@ If the solution to your problem is not included here, please [open a support tic
2121

2222
## Provide sufficient connection threads
2323

24-
Large HPC Cache systems make multiple connection requests to a storage target. For example, if your storage target uses the Ubuntu Linux `nfs-kernel-server` module, the default number of NFS daemon threads can be as low as eight. 64 threads is a more reasonable number for a medium or large HPC Cache.
24+
Large HPC Cache systems make multiple connection requests to a storage target. For example, if your storage target uses the Ubuntu Linux `nfs-kernel-server` module, the default number of NFS daemon threads can be as low as eight. Increase the number of threads to 128 or 256, which are more reasonable numbers to support a medium or large HPC Cache.
2525

26-
You can check or set the number of threads in Ubuntu by using the RCPNFSDCOUNT value in `/etc/init.d/nfs-kernel-server`.
26+
You can check or set the number of threads in Ubuntu by using the RPCNFSDCOUNT value in `/etc/init.d/nfs-kernel-server`.
2727

2828
## Check port settings
2929

0 commit comments

Comments
 (0)