dbTalk Databases Forums  

Analysis Services Memory.

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Analysis Services Memory. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David
 
Posts: n/a

Default Analysis Services Memory. - 08-20-2004 , 07:57 AM






We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB of
memory (Not much processing going on). The server has 4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least 1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.

Reply With Quote
  #2  
Old   
Sam
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-20-2004 , 11:04 PM






SQL Server 2000 Standard Edition support up to 2GB memory.

You may adjust your SQL memory configuration at SQL properties.



"David" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB of
memory (Not much processing going on). The server has 4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least 1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.



Reply With Quote
  #3  
Old   
Adya.Chennakeshav@morganstanley.com
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-21-2004 , 04:37 AM



Use the 3GB switch for this.

Goto the following file:
C:\boot.ini

and add the "\3GB" keyword there.

THere is something called as the 3 GB switch in MSAS.
U can search for more information on the net for that....
We had a similar problem wherein we seaearched and found
about this \3GB switch and it's implication.

Currently, our MSAS server uses close to 3 GB of memory :-)

Hope this helps!!

regards,
Chennakeshav Adya
MSAS - DW Specialist
Tata Consultancy Services
Pune - 411001
Phone: +91 20 4068160
e-mail:c_adya (AT) yahoo (DOT) com



Quote:
We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB of
memory (Not much processing going on). The server has 4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least 1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.

Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-22-2004 , 04:54 PM



http://support.microsoft.com/default...b;en-us;295443
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

<Adya.Chennakeshav (AT) morganstanley (DOT) com> wrote

Quote:
Use the 3GB switch for this.

Goto the following file:
C:\boot.ini

and add the "\3GB" keyword there.

THere is something called as the 3 GB switch in MSAS.
U can search for more information on the net for that....
We had a similar problem wherein we seaearched and found
about this \3GB switch and it's implication.

Currently, our MSAS server uses close to 3 GB of memory :-)

Hope this helps!!

regards,
Chennakeshav Adya
MSAS - DW Specialist
Tata Consultancy Services
Pune - 411001
Phone: +91 20 4068160
e-mail:c_adya (AT) yahoo (DOT) com



We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB of
memory (Not much processing going on). The server has 4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least 1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.



Reply With Quote
  #5  
Old   
David.
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-23-2004 , 08:08 AM



Thanks..........I forgot to include that it is Windows
2000 and SQL Server 2000 Standard Editions....3GB Memory
does not apply........

For Sam, It is not SQL Server. It is Analysis Services
Memory..............

Thanks.



Quote:
-----Original Message-----
Use the 3GB switch for this.

Goto the following file:
C:\boot.ini

and add the "\3GB" keyword there.

THere is something called as the 3 GB switch in MSAS.
U can search for more information on the net for that....
We had a similar problem wherein we seaearched and found
about this \3GB switch and it's implication.

Currently, our MSAS server uses close to 3 GB of memory :-
)

Hope this helps!!

regards,
Chennakeshav Adya
MSAS - DW Specialist
Tata Consultancy Services
Pune - 411001
Phone: +91 20 4068160
e-mail:c_adya (AT) yahoo (DOT) com



We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB
of
memory (Not much processing going on). The server has
4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least
1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.
.


Reply With Quote
  #6  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-23-2004 , 05:16 PM



Then you are limited to 2GB in the 32-bit virtual address space.
I typically tell folks to really set it to 1.7GB or there abouts in the
server properties because you need virtual address space for the stack,
executable program segments, etc. So 1.7GB or so is probably a better
practical maximum.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"David." <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Thanks..........I forgot to include that it is Windows
2000 and SQL Server 2000 Standard Editions....3GB Memory
does not apply........

For Sam, It is not SQL Server. It is Analysis Services
Memory..............

Thanks.



-----Original Message-----
Use the 3GB switch for this.

Goto the following file:
C:\boot.ini

and add the "\3GB" keyword there.

THere is something called as the 3 GB switch in MSAS.
U can search for more information on the net for that....
We had a similar problem wherein we seaearched and found
about this \3GB switch and it's implication.

Currently, our MSAS server uses close to 3 GB of memory :-
)

Hope this helps!!

regards,
Chennakeshav Adya
MSAS - DW Specialist
Tata Consultancy Services
Pune - 411001
Phone: +91 20 4068160
e-mail:c_adya (AT) yahoo (DOT) com



We have a server with SQL Server and Analysis services
installed on it. SQL Server does not need more than 1GB
of
memory (Not much processing going on). The server has
4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be able to
use up to 2GB memory if needed and more than at least
1.2
GB ??

The problem was that we had a process that required more
than 1.2 GB memory but the memory went up to 1.2 GB and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.
.




Reply With Quote
  #7  
Old   
David
 
Posts: n/a

Default Re: Analysis Services Memory. - 08-24-2004 , 09:25 AM



Thanks..................


Quote:
-----Original Message-----
Then you are limited to 2GB in the 32-bit virtual address
space.
I typically tell folks to really set it to 1.7GB or there
abouts in the
server properties because you need virtual address space
for the stack,
executable program segments, etc. So 1.7GB or so is
probably a better
practical maximum.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and
confers no rights.

"David." <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:b6cc01c48912$51184c20$a401280a (AT) phx (DOT) gbl...
Thanks..........I forgot to include that it is Windows
2000 and SQL Server 2000 Standard Editions....3GB Memory
does not apply........

For Sam, It is not SQL Server. It is Analysis Services
Memory..............

Thanks.



-----Original Message-----
Use the 3GB switch for this.

Goto the following file:
C:\boot.ini

and add the "\3GB" keyword there.

THere is something called as the 3 GB switch in MSAS.
U can search for more information on the net for
that....
We had a similar problem wherein we seaearched and
found
about this \3GB switch and it's implication.

Currently, our MSAS server uses close to 3 GB of
memory :-
)

Hope this helps!!

regards,
Chennakeshav Adya
MSAS - DW Specialist
Tata Consultancy Services
Pune - 411001
Phone: +91 20 4068160
e-mail:c_adya (AT) yahoo (DOT) com



We have a server with SQL Server and Analysis
services
installed on it. SQL Server does not need more than
1GB
of
memory (Not much processing going on). The server has
4GB
of physical memory.

What settings should be applied to the following
environment settings for Analysis Services to be
able to
use up to 2GB memory if needed and more than at least
1.2
GB ??

The problem was that we had a process that required
more
than 1.2 GB memory but the memory went up to 1.2 GB
and
not more.

Minimum allocated memory:
Memory Conservation Treshold:

Thanks for any help.
.



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.