@@ -1103,10 +1103,12 @@ The following options may be given as the first argument:
1103
1103
optimization of a query, index range scan will not be
1104
1104
considered for this query. A value of 0 means range
1105
1105
optimizer does not have any cap on memory.
1106
- --rapid-rapid-memory-size[=#]
1106
+ --rapid-rapid-chunk-size-max[=#]
1107
+ Number of chunk memory size that used for rapid engine.
1108
+ --rapid-rapid-memory-size-max[=#]
1107
1109
Number of memory size that used for rapid engine, and it
1108
1110
must not be oversize half of physical mem size.
1109
- --rapid-rapid-populate-buffer-size=#
1111
+ --rapid-rapid-populate-buffer-size-max[=#]
1110
1112
Number of populate buffer size that must not be 10%
1111
1113
rapid_populate_buffer size.
1112
1114
--read-buffer-size=#
@@ -1959,8 +1961,9 @@ query-alloc-block-size 8192
1959
1961
query-prealloc-size 8192
1960
1962
range-alloc-block-size 4096
1961
1963
range-optimizer-max-mem-size 8388608
1962
- rapid-rapid-memory-size 134217728
1963
- rapid-rapid-populate-buffer-size 8388608
1964
+ rapid-rapid-chunk-size-max 67108864
1965
+ rapid-rapid-memory-size-max 8589934592
1966
+ rapid-rapid-populate-buffer-size-max 8388608
1964
1967
read-buffer-size 131072
1965
1968
read-only FALSE
1966
1969
read-rnd-buffer-size 262144
0 commit comments