Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Memory allocator issue...
Memory allocator issue... [message #10721] |
Tue, 24 July 2007 18:25 |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
We have identified a problem in U++ allocator:
Win32 (and other platforms perhaps too) seems to have a limit on a total number of virtual memory blocks (32768). This is unfortunate, as U++ was allocating 4KB long blocks only, in a hope that it can give them back to OS (by MemoryShrink).
Therefore we had to change this, made the size of allocated virtual memory increase (up to 0.5MB blocks) and made MemoryShrink a NOP.
Old behaviour can be still forced by using MEMSHRINK configuration flag.
|
|
|
Goto Forum:
Current Time: Mon Jul 07 13:59:37 CEST 2025
Total time taken to generate the page: 0.04455 seconds
|