You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/nfs-large-directories.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ The total amount of RAM present on the system doing the enumeration influences t
74
74
75
75
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.
76
76
77
-
1.Edit the `/etc/default/grub` file.
77
+
1.Using a text editor, edit the `/etc/default/grub` file.
78
78
79
79
```bash
80
80
sudo vim /etc/default/grub
81
81
```
82
82
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.
0 commit comments