Skip to content

Commit e372deb

Browse files
committed
ci: FreeBSD: experimental vfs adjustments
1 parent 90c0557 commit e372deb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.cirrus.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ task:
2323
sysconfig_script:
2424
- sysctl kern.corefile='/tmp/%N.%P.core'
2525
- sysctl kern.timecounter.hardware=TSC-low
26-
- sysctl vfs.write_behind=0
26+
- 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
2732
ccache_cache:
2833
folder: "/tmp/ccache_dir"
2934
create_partition_script:

0 commit comments

Comments
 (0)