- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I have some questions about dynamic allocatable array while reading steve's article on "memory limits for applications on windows"
http://software.intel.com/en-us/articles/memory-limits-applications-windows/
If I am running a 64 bit win7 with 2GB ram, I guess even if I declare large matrices as dynamic data, I am still pretty much constrained by the 2GB ram limit. Does it also mean that if I wanna reach the 8TB limit of dynamic data, I need 8TB of ram to do so?
Thanks so much for your kind help.
Regards,
John
I have some questions about dynamic allocatable array while reading steve's article on "memory limits for applications on windows"
http://software.intel.com/en-us/articles/memory-limits-applications-windows/
If I am running a 64 bit win7 with 2GB ram, I guess even if I declare large matrices as dynamic data, I am still pretty much constrained by the 2GB ram limit. Does it also mean that if I wanna reach the 8TB limit of dynamic data, I need 8TB of ram to do so?
Thanks so much for your kind help.
Regards,
John
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
John,
Today's operating systems can temporarily store memory on disk. This mechanism is known as "paging". It is therefore possible for an application to use more memory than is physically present. (Needless to say that this might have a significant impact on the performance.)
Kind regards
Thomas
Today's operating systems can temporarily store memory on disk. This mechanism is known as "paging". It is therefore possible for an application to use more memory than is physically present. (Needless to say that this might have a significant impact on the performance.)
Kind regards
Thomas

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page