This repository was archived by the owner on Mar 30, 2023. It is now read-only.
Commit 7fcce79
committed
Ideas for mount and mkfs options
This:
* ensures no lazy creation post mkfs
* removes the journal, apparently this speeds up writes a little
* set FS block size to 4k, to match NVMe block size, should stop
some fragmentation that could happen a lead to slow down that is
fixed by trim
* explicit discard during fs creation (apparently its the default)
* explicit discard on mount, keep freeing blocks as we delete things
so we don't need to re-create the FS so often to get performance back1 parent b3068c1 commit 7fcce79
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments