File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
roles/core_configure/defaults Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,44 @@ scale_node_update_check: true
84
84
85
85
# # admin node flag
86
86
scale_admin_node : false
87
+
88
+ # # Example storage_cluster_config.yaml file for tunables based on Node Group
89
+ # scale_cluster_config:
90
+ # ephemeral_port_range: 60000-61000
91
+ # scale_config:
92
+ # - nodeclass: storagedescnodegrp
93
+ # params:
94
+ # - maxFilesToCache: 128K
95
+ # maxMBpS: 4000
96
+ # maxReceiverThreads: 8
97
+ # maxStatCache: 128K
98
+ # pagepool: 8G
99
+ # - nodeclass: managementnodegrp
100
+ # params:
101
+ # - maxFilesToCache: 128K
102
+ # maxMBpS: 4000
103
+ # maxReceiverThreads: 8
104
+ # maxStatCache: 128K
105
+ # pagepool: 8G
106
+ # - nodeclass: storagenodegrp
107
+ # params:
108
+ # - maxFilesToCache: 128K
109
+ # maxMBpS: 4000
110
+ # maxReceiverThreads: 8
111
+ # maxStatCache: 128K
112
+ # pagepool: 8G
113
+ # - nodeclass: protocolnodegrp
114
+ # params:
115
+ # - maxFilesToCache: 3M
116
+ # maxMBpS: 4000
117
+ # maxReceiverThreads: 32
118
+ # maxStatCache: 512K
119
+ # pagepool: 16G
120
+ # - nodeclass: afmgatewaygrp
121
+ # params:
122
+ # - afmHardMemThreshold: 40G
123
+ # maxFilesToCache: 3M
124
+ # maxMBpS: 16000
125
+ # maxReceiverThreads: 32
126
+ # maxStatCache: 512K
127
+ # pagepool: 32G
You can’t perform that action at this time.
0 commit comments