![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have 10 gigs of RAM for a server and are putting MSAS and SQL Server on the same server (no choice for that for now). We are using the /3G switch to allow 3 gigs for MSAS and the /PAE switch for enabling AWE. The goal is for MSAS to use the first three Gigs of RAM, the OS to use the next one, and SQL Server to use the next 6 for a total of 10 gigs. THe problem is that when you engage awe, SQL Server takes the first 6 it can get. So, we have to get MSAS up to 3 gigs of RAM and then turn on SQL Server. I have a query script that will take MSAS up to 3 gigs over 45 minutes, but this is not 'elegant' nor quick. Does anyone have any ideas on how to make SQL Server take its Gigs of RAM starting after 4? Or, barring that, does anyone have any better ideas to get MSAS to grab all three gigs of ram in a few seconds? Thanks, Chris |
#3
| |||
| |||
|
No replies ...So, I wrote a small C++ app that takes up 3 gigs. The process right now is: I run the C++ app and it reserves 3 gigs. I start SQL Server with AWE - so it uses gigs 5-10 (6 gigs) I turn off the C++ app, releasing the first 3 gigs. Then I start MSAS, giving it the first three gigs, even if it doesn't take them yet. Thanks, Chris ps. (if we need to, this can be automated, for example, to run after an unexpected server restart, but for now, we've left it manual) "Chris" wrote: We have 10 gigs of RAM for a server and are putting MSAS and SQL Server on the same server (no choice for that for now). We are using the /3G switch to allow 3 gigs for MSAS and the /PAE switch for enabling AWE. The goal is for MSAS to use the first three Gigs of RAM, the OS to use the next one, and SQL Server to use the next 6 for a total of 10 gigs. THe problem is that when you engage awe, SQL Server takes the first 6 it can get. So, we have to get MSAS up to 3 gigs of RAM and then turn on SQL Server. I have a query script that will take MSAS up to 3 gigs over 45 minutes, but this is not 'elegant' nor quick. Does anyone have any ideas on how to make SQL Server take its Gigs of RAM starting after 4? Or, barring that, does anyone have any better ideas to get MSAS to grab all three gigs of ram in a few seconds? Thanks, Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |