You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that tuning some params on the haskell runtime system can make a big difference in the transfer/sec achieved. I did some measurements. I think it would be fair to tune these parameters because in production you also get to tune it for your application/workload. I have not found an "intuitive way" to find the optimal parameters (please drop a line if you know). Testing combinations of params takes a long time, but this seems to be the traditional way to do it. My question is how and when (during test? / before test? / between rounds?) can this tuning be done for the different environments (Physical / Cloud) ?
So you can make pull requests with different tuning parameters and when the next run kicks off it will pull the latest code from this master branch. You can continue to tweak as needed and we'll try and get those PR's in ASAP so you can monitor results.
I noticed that tuning some params on the haskell runtime system can make a big difference in the transfer/sec achieved. I did some measurements. I think it would be fair to tune these parameters because in production you also get to tune it for your application/workload. I have not found an "intuitive way" to find the optimal parameters (please drop a line if you know). Testing combinations of params takes a long time, but this seems to be the traditional way to do it. My question is how and when (during test? / before test? / between rounds?) can this tuning be done for the different environments (Physical / Cloud) ?
Perhaps related issue: #1433
The text was updated successfully, but these errors were encountered: