Home » U++ Library support » U++ Core » Out of memory panic
Re: Out of memory panic [message #36312 is a reply to message #36311] |
Sat, 19 May 2012 22:28 |
Tom1
Messages: 1251 Registered: March 2007
|
Senior Contributor |
|
|
Actually swapping is not the problem in many cases. We have nowadays machines with 6-8 GB of RAM running 64-bit Windows editions. So, in many cases, the address space for a 32-bit application is really exhausted before physical RAM runs out.
I admit, that the machines with just 2-3 GB of RAM would experience severe swapping before getting to the limit.
I think your solution B1 (the manual one with calling a function to get the current allocation footprint of the process) would best fit my purposes. This way I could skip trying to allocate buffers for the large data sets after meeting the limit ( -- which BTW for me is about 1GB less than available physical RAM.) Is there such a function in Core?
--
What I would really love to have, is your Protect -package working with MSC 64-bit target compilation, which would take the address space pain out for good. Currently my application is limited to 32-bit exes...
Best regards,
Tom
|
|
|
|
|
Out of memory panic
By: koldo on Thu, 17 May 2012 12:38
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: Tom1 on Sat, 19 May 2012 20:36
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: Tom1 on Sat, 19 May 2012 22:28
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: koldo on Sun, 20 May 2012 16:38
|
|
|
Re: Out of memory panic
By: mirek on Sun, 20 May 2012 17:13
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: koldo on Sun, 20 May 2012 20:15
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: koldo on Sun, 20 May 2012 20:52
|
|
|
Re: Out of memory panic
By: mirek on Mon, 21 May 2012 13:35
|
|
|
Re: Out of memory panic
|
|
|
Re: Out of memory panic
By: mirek on Tue, 22 May 2012 13:11
|
|
|
Re: Out of memory panic
By: mirek on Sun, 20 May 2012 17:11
|
Goto Forum:
Current Time: Thu Oct 31 23:56:30 CET 2024
Total time taken to generate the page: 0.02049 seconds
|