←back to thread

196 points bratao | 2 comments | | HN request time: 0.505s | source
1. hyperman1 ◴[] No.41085625[source]
I wonder if it's worth it, with this amount of tunables, to write software to tune them automatically, gradient decent wise: Choose parameter from a whitelist at random and slightly increase or decrease them, inside a permitted range. Measure performance for a while, then undo if things got worse, do some more if things got better.
replies(1): >>41087765 #
2. samgaw ◴[] No.41087765[source]
You might appreciate https://github.com/oracle/bpftune which does just that.