File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 178
178
% % (betas+gammas+delta)/(target_ram_count+betas+gammas+delta). I.e. as
179
179
% % the target_ram_count shrinks to 0, so must betas and gammas.
180
180
% %
181
- % % The conversion of betas to gammas is done in batches of at least
182
- % % ?IO_BATCH_SIZE. This value should not be too small, otherwise the
183
- % % frequent operations on the queues of q2 and q3 will not be
184
- % % effectively amortised (switching the direction of queue access
185
- % % defeats amortisation). Note that there is a natural upper bound due
186
- % % to credit_flow limits on the alpha to beta conversion.
181
+ % % The conversion of betas to deltas is done if there are at least
182
+ % % ?IO_BATCH_SIZE betas in q2 & q3 . This value should not be too small,
183
+ % % otherwise the frequent operations on the queues of q2 and q3 will not be
184
+ % % effectively amortised (switching the direction of queue access defeats
185
+ % % amortisation). Note that there is a natural upper bound due to credit_flow
186
+ % % limits on the alpha to beta conversion.
187
187
% %
188
188
% % The conversion from alphas to betas is chunked due to the
189
189
% % credit_flow limits of the msg_store. This further smooths the
You can’t perform that action at this time.
0 commit comments