parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
212 stars 121 forks source link

Memory Size on Data-Caching #387

Closed aansaarii closed 1 year ago

aansaarii commented 2 years ago

The commands in the data-caching benchmark instruct the user to generate a ~10 GB dataset. But it gives 4 GB memory to the Memcached server. As a result, the whole dataset is not in the memory and causes page faults. We have to update the doc to mention this and ask the users to tune the memory usage based on their preference. Moreover, the 10ms tail latency is very large. Consider a 1ms tail latency for this benchmark.

UlisesLuzius commented 1 year ago

Solved in #399