Re: 32 vs 64 bit idl memory acces [message #79167] |
Tue, 07 February 2012 09:27  |
Lajos Foldy
Messages: 176 Registered: December 2011
|
Senior Member |
|
|
On Feb 7, 5:21 pm, Christopher <c.bonn...@gmail.com> wrote:
> I running snow-leopard 64 bit on mac with i7 intel processor.
> Am then right in assuming idl(32 bit) can acces more then ~4gb of
> memory?
32 bit programs use 32 bit pointers. Memory is byte addressable, so 32
bit pointers can address 4GB at most. You can determine the maximum
size of available memory experimentally by running MEMTEST (http://
www.exelisvis.com/Support/HelpArticleDetail/ArticleId/3441/P rogram-to-assess-memory-fragmentation-memtest-pro.aspx).
Use 64 bit IDL, I think it runs fine on snow leopard and you'll be
able to access all your memory.
regards,
Lajos
|
|
|
Re: 32 vs 64 bit idl memory acces [message #79169 is a reply to message #79167] |
Tue, 07 February 2012 08:21   |
c.bonnett
Messages: 5 Registered: January 2008
|
Junior Member |
|
|
I running snow-leopard 64 bit on mac with i7 intel processor.
Am then right in assuming idl(32 bit) can acces more then ~4gb of
memory?
regards,
Christopher
On Feb 7, 2:25 pm, Lajos Foldy <fawltylangu...@gmail.com> wrote:
> On Feb 7, 1:36 pm, Christopher <c.bonn...@gmail.com> wrote:
>
>> Hi all,
>
>> With the 32 bit IDL is there a lit to the amount of memory it can acces?
>> Is the 32 bit IDL limited to ~4GB or am I being very naive about this?
>> (the machine has 8gb ram)
>
>> Cheers,
>
>> C
>
> The limit depends on your OS, it may be far below 4GB. You can read
> about it here:http://www.exelisvis.com/Support/HelpArticleDetail/Arti cleId/3346.aspx
>
> regards,
> Lajos
|
|
|
|
|