-
Notifications
You must be signed in to change notification settings - Fork 29
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
Out of memory error #5
Comments
Yep, and I think even if you got it to work with 64-bit, it'd still be impractical/slow to use unless you heavily optimize WinCacheGrind's code. |
God this error with even a 2 GB large file on a 8 GB (Win7) system. |
The limit on a 32bit process is more like 1.7Gb, the OS will reserve some memory for itself and the process uses some memory before the file is even loaded. The total memory cannot be more than 2Gb, that includes what is needed to start the app and so on. |
I know. :-) Still he should consider providing a 64-bit binary ... |
Contributors welcome :) |
Tried to open a 8 GB PHP generated cachegrind file and after some time i got an out of memory error. I assume this is because it is a 32bit application? Is there anything I can do about it except of compiling it by myself?
The text was updated successfully, but these errors were encountered: