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

Out of memory error #5

Open
Silberling opened this issue Dec 11, 2015 · 5 comments
Open

Out of memory error #5

Silberling opened this issue Dec 11, 2015 · 5 comments

Comments

@Silberling
Copy link

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?

@ceefour
Copy link
Owner

ceefour commented Dec 11, 2015

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.

@Quix0r
Copy link

Quix0r commented Nov 29, 2016

God this error with even a 2 GB large file on a 8 GB (Win7) system.

@FFMG
Copy link

FFMG commented Nov 30, 2016

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.
So, 2Gb will not open.

@Quix0r
Copy link

Quix0r commented Dec 2, 2016

I know. :-) Still he should consider providing a 64-bit binary ...

@ceefour
Copy link
Owner

ceefour commented Dec 2, 2016

Contributors welcome :)

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

4 participants