diff options
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 53b09589d..afc00e781 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -260,6 +260,12 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { RdmaReadOnly: *option.rdmaReadOnly, RdmaMaxConcurrent: *option.rdmaMaxConcurrent, RdmaTimeoutMs: *option.rdmaTimeoutMs, + // ML optimization options + MLOptimizationEnabled: *option.mlOptimizationEnabled, + MLPrefetchWorkers: *option.mlPrefetchWorkers, + MLConfidenceThreshold: *option.mlConfidenceThreshold, + MLMaxPrefetchAhead: *option.mlMaxPrefetchAhead, + MLBatchSize: *option.mlBatchSize, }) // create mount root |
