Threshold for how large the changes need to be to be presented to the user #188
drupaladmin
started this conversation in
Feature Requests
Replies: 2 comments
-
Maybe new suggestions generated by the engine could be held in an escrow until they exceed a defined threshold, like for example 5% if an increase of a buffer, and 10% if a decrease of a buffer (if not otherwise memory constrained). Then when the recommendation exceeds the threshold it would be released from the escrow to the end customer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We've added 3% threshold for a few variables, in a week we'll deploy it to all variables. Please look at results in a few next weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd just like to suggest that you implement some threshold for how large the changes need to be to be presented to the user.
Take the example below, where the suggestions represent a change of just 0.7%. In addition to that, the suggestion is a decrease, that serves no purpose on a dedicated server (ie. one where the entire RAM is to be allocated to the database). Going from the current RAM usage on the server, it has nothing else to use the memory for. It has already build up a substantial disk buffer of 30gb and no real swap usage. And either way the suggested decrease of 200 megabytes probably wont save anything, even if the server was indeed starved of memory.
Beta Was this translation helpful? Give feedback.
All reactions