We have an application that runs out of memory on our client environment run
s
when executing a rather large crystal reports ( about 400000 records) spread
over several 1000 pages. The current production server has about 4GB RAM. Is
there any benefit in increasing this to 6GB so that we can increase the
memory used by ASP.NET or is there a 2GB limit on the memory that a Win32
process can use.
Thanks in advance.Increasing the memory to 6 GB on the server won't help because 4 GB is the
maximum for addressable memory for Win32. You would have to go to Win 64 in
order to add more memory to the server configuration.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
"Frank1213" <Frank1213@.discussions.microsoft.com> wrote in message
news:58AA4A72-5943-40DA-A13A-65D75D951B2E@.microsoft.com...
> We have an application that runs out of memory on our client environment
> runs
> when executing a rather large crystal reports ( about 400000 records)
> spread
> over several 1000 pages. The current production server has about 4GB RAM.
> Is
> there any benefit in increasing this to 6GB so that we can increase the
> memory used by ASP.NET or is there a 2GB limit on the memory that a Win32
> process can use.
> Thanks in advance.
Thanks for your quick reply.
"Mark Fitzpatrick" wrote:
> Increasing the memory to 6 GB on the server won't help because 4 GB is th
e
> maximum for addressable memory for Win32. You would have to go to Win 64 i
n
> order to add more memory to the server configuration.
>
> --
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - Expression
> "Frank1213" <Frank1213@.discussions.microsoft.com> wrote in message
> news:58AA4A72-5943-40DA-A13A-65D75D951B2E@.microsoft.com...
>
>
if its a dedicated iis box, you can try running with the /3gb switch,
which would allow the asp.net to use up to 3gb.
you should also check what your current max memory is set to.
-- bruce (sqlwork.com)
Frank1213 wrote:
> We have an application that runs out of memory on our client environment r
uns
> when executing a rather large crystal reports ( about 400000 records) spre
ad
> over several 1000 pages. The current production server has about 4GB RAM.
Is
> there any benefit in increasing this to 6GB so that we can increase the
> memory used by ASP.NET or is there a 2GB limit on the memory that a Win32
> process can use.
> Thanks in advance.
0 comments:
Post a Comment