We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c0557 commit e372debCopy full SHA for e372deb
.cirrus.yml
@@ -23,7 +23,12 @@ task:
23
sysconfig_script:
24
- sysctl kern.corefile='/tmp/%N.%P.core'
25
- sysctl kern.timecounter.hardware=TSC-low
26
- - sysctl vfs.write_behind=0
+ - sysctl vfs.write_behind=1
27
+ - sysctl vfs.lodirtybuffers=8192
28
+ - sysctl vfs.hidirtybuffers=16384
29
+ - sysctl vfs.dirtybufthresh=14745
30
+ - sysctl vfs.lorunningspace=1048576
31
+ - sysctl vfs.hirunningspace=2097152
32
ccache_cache:
33
folder: "/tmp/ccache_dir"
34
create_partition_script:
0 commit comments