-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fubar max mem reported #5
Comments
I am not able to reproduce this on Linux, but it seems that the struct rusage usage;
if(getrusage(RUSAGE_SELF, &usage) == 0)
cout << "Max mem: " << usage.ru_maxrss / 1024 << " MB" << endl; |
Another thing: Is reading sequences always that slow on your machine? Here I get around 40k sequences (SILVA) per second and that is using an encrypted hard drive (not SSD). |
I just pushed something which should hopefully fix this. Will you pull or clone again and test it? |
So the memory reporting is better but unstable - here I ran the same command twice and first time I get With respect to reading speed. I got an unencrypted flash drive on a brand new MacBook Pro :o(.
|
Particulars:
The text was updated successfully, but these errors were encountered: