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

Fix offset type #6

Merged
merged 3 commits into from Sep 12, 2016
Merged

Fix offset type #6

merged 3 commits into from Sep 12, 2016

Conversation

ghost
Copy link

@ghost ghost commented Jul 31, 2016

Hello,

i had to modify the offset type to also support 64 bit version of build. Without this change it wasn´t possible to use mmap for files larger than 3 GB.

@ghost ghost mentioned this pull request Jul 31, 2016
@ghost
Copy link
Author

ghost commented Aug 1, 2016

I am not sure if i have properly fixed it,because for larger files i have suddenly memory problems, all memory is being taken by the process. For instance 17 GB file works fine,but 32 GB file takes up all memory.

For the 17 GB file the max peak was
200 MB / 1,8 GB (commit/ working set)

For the 33 GB file it is
500 MB/ 10 GB (commit / working set)

These values are from task manager.

@witwall witwall merged commit 4e5c54d into alitrack:master Sep 12, 2016
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

Successfully merging this pull request may close these issues.

2 participants