mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
Merge pull request #777 from justincormack/win-trim
Run TRIM on Windows every 15m
This commit is contained in:
commit
f2b8beb0ee
4
alpine/etc/periodic/15m/trim
Executable file
4
alpine/etc/periodic/15m/trim
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Windows always has TRIM support, clean out unused frequently
|
||||
[ "$(mobyplatform)" = "windows" ] && /sbin/fstrim /var
|
Loading…
Reference in New Issue
Block a user