Unverified Commit 3e9ad367 authored by Bin Fan's avatar Bin Fan Committed by GitHub
Browse files

Update transform_optimization.go

Resolve https://github.com/fluid-cloudnative/fluid/issues/633 
`alluxio.worker.file.buffer.size` should be a small value (like default value 1MB).
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -55,7 +55,6 @@ func (e *AlluxioEngine) optimizeDefaultProperties(runtime *datav1alpha1.AlluxioR
setDefaultProperties(runtime, value, "alluxio.user.streaming.reader.chunk.size.bytes", "32MB")
setDefaultProperties(runtime, value, "alluxio.user.local.reader.chunk.size.bytes", "32MB")
setDefaultProperties(runtime, value, "alluxio.worker.network.reader.buffer.size", "32MB")
setDefaultProperties(runtime, value, "alluxio.worker.file.buffer.size", "320MB")
// Enable metrics as default for better monitoring result, if you have performance concern, feel free to turn it off
setDefaultProperties(runtime, value, "alluxio.user.metrics.collection.enabled", "true")
setDefaultProperties(runtime, value, "alluxio.master.rpc.executor.max.pool.size", "1024")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment