Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISAPI memory in 32 bits
#3
(07-31-2018, 11:49 AM)ronaldobim Wrote: Hello, we know that in a standalone application 32bits in delphi supports 2GB of memory, in ISAPI applications does this limitation exist as well? or is this limit for each session?

Please add this:

{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}

to your DPR file. In 32-bit it will enable your application to use up to 4 Gb of RAM (not 2 Gb).

Any particular reason to avoid x64? Delphi x64 compiler is quite good in several areas, including floating point math, which makes is faster than x86 in some applications.
Reply


Messages In This Thread
ISAPI memory in 32 bits - by ronaldobim - 07-31-2018, 11:49 AM
RE: ISAPI memory in 32 bits - by kudzu - 07-31-2018, 01:21 PM
RE: ISAPI memory in 32 bits - by Alexandre Machado - 07-31-2018, 04:47 PM
RE: ISAPI memory in 32 bits - by ronaldobim - 08-01-2018, 11:16 AM
RE: ISAPI memory in 32 bits - by fduenas - 08-08-2018, 05:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)