all groups > sql server clustering > february 2006 >
You're in the

sql server clustering

group:

AWE and multiple instance


AWE and multiple instance traceable1
2/28/2006 7:12:47 AM
sql server clustering:

I have a SQL Server 2000 Enterprise server with 16GB of RAM. I have
installed SP4 and the AWE hotfix.

I have 3 instances running on the box:
If I have 1 instance using 7GB and the other 2 are using 4GB each, does
AWE need to be enabled on the instancese which are set to 4GB?

Thanks!
Re: AWE and multiple instance Tom Moreau
2/28/2006 10:52:17 AM
They won't be able to use the 4GB unless you enable AWE for them.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
[quoted text, click to view]

I have a SQL Server 2000 Enterprise server with 16GB of RAM. I have
installed SP4 and the AWE hotfix.

I have 3 instances running on the box:
If I have 1 instance using 7GB and the other 2 are using 4GB each, does
AWE need to be enabled on the instancese which are set to 4GB?

Thanks!
Re: AWE and multiple instance Linchi Shea
2/28/2006 1:05:26 PM
Unless of course they are running on Win2K3 x64. In that case, the SQL2000
instance should be able use up to 4GB without enabling AWE.

Linchi

[quoted text, click to view]
Re: AWE and multiple instance Tom Moreau
2/28/2006 4:18:23 PM
I just assumed he was on 32-bit hardware, but you raise a good point.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
[quoted text, click to view]
Unless of course they are running on Win2K3 x64. In that case, the SQL2000
instance should be able use up to 4GB without enabling AWE.

Linchi

[quoted text, click to view]
Re: AWE and multiple instance Tom Moreau
2/28/2006 4:46:46 PM
That's an odd requirement. IIRC, up to about 12GB (per instance), you'd go
with both /3GB and /PAE. However, if you have those others that want 1GB,
I'd be sure to limit them explicitly to 1GB. Since they don't use AWE, then
if they start first and then the big instance starts up, I believe the
smaller ones would give up memory (if they're not already limited) to the
one requesting the AWE memory. Once it has its AWE memory, it won't give it
up.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
[quoted text, click to view]
One interesting question at that point...
What if had 16GB of RAM and would like to run first instance with 10GB RAM
and another 4 instances with 1GB of RAM each. (all 32 bit).
It's clear that the first one would need AWE, but what about the other 4?
2 of them wouldn't need AWE and they could alocate RAM dynamically right (3
with /3GB in boot.ini)?
But witch two? Is that important???
Would the instances without AWE have to start first and then the rest or
something like that?
Am I thinking in the right way here?

Tom K.




[quoted text, click to view]

Re: AWE and multiple instance Tom
2/28/2006 10:38:48 PM
One interesting question at that point...
What if had 16GB of RAM and would like to run first instance with 10GB RAM
and another 4 instances with 1GB of RAM each. (all 32 bit).
It's clear that the first one would need AWE, but what about the other 4?
2 of them wouldn't need AWE and they could alocate RAM dynamically right (3
with /3GB in boot.ini)?
But witch two? Is that important???
Would the instances without AWE have to start first and then the rest or
something like that?
Am I thinking in the right way here?

Tom K.




[quoted text, click to view]

AddThis Social Bookmark Button