Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminates early with "unable to append int64" #14

Open
theanoli opened this issue Jul 27, 2020 · 1 comment
Open

Terminates early with "unable to append int64" #14

theanoli opened this issue Jul 27, 2020 · 1 comment

Comments

@theanoli
Copy link

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

@sunnyszy
Copy link
Contributor

sunnyszy commented Aug 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants