![]() |
|
|
#12 |
|
Sep 2002
2×331 Posts |
Found further info on the full 4 GB for a 32-bit exe.
http://h20331.www2.hp.com/Hpsub/cach...0-225-121.html Can a 32-bit application access more memory when running on XP x64? In general no, most standard Windows 32-bit applications or processes are limited to 2GB of virtual address space, the same as in 32-bit XP. Windows 32-bit applications that have been built with the /LARGEADDRESSAWARE switch can access 4GB of RAM. The same application running on Windows XP 32-bit with Service Pack 2 is limited to 3GB of RAM so you gain 1GB of address space on XP x64. Alpertron's does your post mean if the IMAGE_FILE_LARGE_ADDRESS_AWARE bit is changed in an existing exe then the program can use the larger amount of memory ? |
|
|
|
|
#13 | |
|
Aug 2002
Buenos Aires, Argentina
2×683 Posts |
Quote:
|
|
|
|
|
|
#14 | |
|
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
10,753 Posts |
Quote:
|
|
|
|
|
|
#15 |
|
∂2ω=0
Sep 2002
Repรบblica de California
103·113 Posts |
I ran into similar problems (under Windows and the then-current version of Mac OS) several years back when doing multiple large-FFT-length self-tests runs of my Mlucas code. As Paul and George suggest, the best workaround (I hesitate to call it "solution") is to predetermine/specify the maximum amount of memory (or array dimension, or whatever) will be needed for the current task or series thereof and allocate that. It would be nice if more OSes had a dynamic-reallocate capability which would allow them on-the-fly to remap memory if a larger contiguous chunk is needed than is available with a current memory mapping - but simple as the concept sounds, we're not there yet.
|
|
|
|
|
#16 | |
|
Nov 2003
22×5×373 Posts |
Quote:
ahead of time how much will be needed.... |
|
|
|
|
|
#17 | |
|
Bamboozled!
"๐บ๐๐ท๐ท๐ญ"
May 2003
Down not across
1075310 Posts |
Quote:
Any luck with booting with the /3gb switch? Paul |
|
|
|
|
|
#18 | |
|
Nov 2003
22×5×373 Posts |
Quote:
to make changes to system files. Any such changes must be done by a sysadmin with special priviledges. One must request the change, justify the reason for the change, identify the project, etc. etc. --> mucho paperwork I just work around the problem. When the filter job fails, I just change the input parameters so that the matrix gets compressed "more slowly". I am about 1/2 way done with filtering for 2,1454L. 2,1462L is sieving. |
|
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows realloc | R.D. Silverman | Programming | 7 | 2015-09-26 01:27 |
| Sr2sieve - Realloc Error | Rincewind | Software | 2 | 2013-02-06 12:53 |
| Profanity filter? | Dubslow | Forum Feedback | 15 | 2012-03-11 02:23 |
| remdups: a relation-file filter | Batalov | Factoring | 17 | 2010-06-20 22:54 |
| Filter BUG!!! Be Wary!!!! | R.D. Silverman | Factoring | 25 | 2005-09-03 02:23 |