Last active 5 hours ago

admin revised this gist 5 hours ago. Go to revision

1 file changed, 14 insertions

Usb_flash_fix.md(file created)

@@ -0,0 +1,14 @@
1 + Set now:
2 + ```bash
3 + sudo sysctl -w vm.dirty_bytes=16777216 vm.dirty_background_bytes=4194304
4 + ```
5 +
6 + Set on boot:
7 + ```bash
8 + sudo nano /etc/sysctl.d/99-usb-performance.conf
9 + ```
10 + Paste:
11 + ```
12 + vm.dirty_bytes = 16777216
13 + vm.dirty_background_bytes = 4194304
14 + ```
Newer Older