Skip to content

Commit

Permalink
Use less job worker threads (fluid-cloudnative#1450)
Browse files Browse the repository at this point in the history
Signed-off-by: ssz1997 <[email protected]>
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
ssz1997 authored and zwwhdls committed Mar 18, 2022
1 parent aa09642 commit 42c0bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddc/alluxio/transform_optimization.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (e *AlluxioEngine) optimizeDefaultProperties(runtime *datav1alpha1.AlluxioR
// set the default max size of metadata cache
setDefaultProperties(runtime, value, "alluxio.user.metadata.cache.max.size", "6000000")
setDefaultProperties(runtime, value, "alluxio.fuse.cached.paths.max", "1000000")
setDefaultProperties(runtime, value, "alluxio.job.worker.threadpool.size", "164")
setDefaultProperties(runtime, value, "alluxio.job.worker.threadpool.size", "32")
setDefaultProperties(runtime, value, "alluxio.user.worker.list.refresh.interval", "2min")
setDefaultProperties(runtime, value, "alluxio.user.logging.threshold", "1000ms")
setDefaultProperties(runtime, value, "alluxio.fuse.logging.threshold", "1000ms")
Expand Down

0 comments on commit 42c0bde

Please sign in to comment.