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
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,50 +74,50 @@ 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. Edit the `/etc/default/grub` file.
78
78
79
-
```bash
80
-
sudo vim /etc/default/grub
81
-
```
79
+
```bash
80
+
sudo vim /etc/default/grub
81
+
```
82
82
83
-
1. 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 file. This command will set apart 128MB as the hash table size, increasing system memory consumption by a maximum of 128MB.
84
84
85
-
```bash
86
-
GRUB_CMDLINE_LINUX="ihash_entries=16777216"
87
-
```
85
+
```bash
86
+
GRUB_CMDLINE_LINUX="ihash_entries=16777216"
87
+
```
88
88
89
-
If `GRUB_CMDLINE_LINUX` already exists, add `ihash_entries=16777216` separated by a space, like this:
89
+
If `GRUB_CMDLINE_LINUX` already exists, add `ihash_entries=16777216` separated by a space, like this:
0 commit comments