comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » memory leak with HDF5?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: memory [message #49896 is a reply to message #44925] Wed, 30 August 2006 13:13 Go to previous messageGo to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
> These are all just characteristics of 32-bit Windows. You'll either have
> to redesign your algorithms to not rely on such large allocations or
> move to a 64-bit OS. A 64-bit address space suffers less from
> fragmentation.
>
> Some folks have reported better success by moving to 32-bit Linux, because
> the virtual address fragmentation problem is not as severe. Windows
> divides up the user portion on the virtual address space into areas for
> specific uses and can load things in the middle of large free blocks.
> Both of these actions fragment the address space.
>
> Karl

Thanks for this point... I guess it is the source of my problems since
the first thing my application does it to "reserve" most of the memory
by creating a huge array and setting it back to 0..
Also each array requires about 400 Mbytes ... I don't have a clue why
none of them is sent to the virtual memory, even with a 4G of virtual mem.

Jean
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: More that 2800 Solutions Manuals (Part 3)
Next Topic: streaming into Excel?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 11:54:01 PDT 2025

Total time taken to generate the page: 2.16170 seconds