Skip to content

Commit 4c3352c

Browse files
committed
final edits
1 parent 3edcce0 commit 4c3352c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/files/nfs-large-directories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ The total amount of RAM present on the system doing the enumeration influences t
7474

7575
To do this, you'll need to modify your boot configuration settings by providing an additional kernel command that takes effect during boot to increase the number of hash buckets. Follow these steps.
7676

77-
1. Edit the `/etc/default/grub` file.
77+
1. Using a text editor, edit the `/etc/default/grub` file.
7878

7979
```bash
8080
sudo vim /etc/default/grub
8181
```
8282

83-
2. Add the following text to the file. This command will set apart 128MB as the hash table size, increasing system memory consumption by a maximum of 128MB.
83+
2. Add the following text to the `/etc/default/grub` file. This command will set apart 128MB as the hash table size, increasing system memory consumption by a maximum of 128MB.
8484

8585
```bash
8686
GRUB_CMDLINE_LINUX="ihash_entries=16777216"

0 commit comments

Comments
 (0)