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
The simulator assumes trace timestamp unit is second. Otherwise, the default logging can exceed the max size.
To reduce logging frequency, increase the logging interval by add --real_time_segment_window=${INCREASED_INTERVAL} in the command line arguments. The default is 600 (second) in trace timestamp.
When running the following command:
docker run -it -v ~/traces:/trace sunnyszy/webcachesim:v0.2 memc_200m.tr LRU 1099511627776
...I got the following error:
terminate called after throwing an instance of 'bsoncxx::v_noabi::exception' what(): unable to append int64
The program's last output before the error was:
seq: 200000000 cache size: 42863945528/1093075226624 (0.0392141) delta t: 10.03 segment bmr: 0.0250343 rss: 6475599872
The text was updated successfully, but these errors were encountered: