Sharon,
Here's a suggestion as a starting point. First give your server time to
stabilize as you have probably already observed that _proapsv.exe
processes grow over time but they reach a limit.
Sum the RAM used by _proapsv.exe processes.
Then sum the RAM used by other processes excluding sqlserv.exe and it to
the sum for _proapsv.exe.
Leaving 2GB free, allocate the remainder to SQL server.
So something like this ...
SQLMaxRAM = (TotalServerRAM - (Sum(_proapsv) + Sum(OtherNotSQL))) - 2GB
Brad
--- In vantage@yahoogroups.com, "lapulsifer" <sharon.pulsifer@...>
wrote:
Here's a suggestion as a starting point. First give your server time to
stabilize as you have probably already observed that _proapsv.exe
processes grow over time but they reach a limit.
Sum the RAM used by _proapsv.exe processes.
Then sum the RAM used by other processes excluding sqlserv.exe and it to
the sum for _proapsv.exe.
Leaving 2GB free, allocate the remainder to SQL server.
So something like this ...
SQLMaxRAM = (TotalServerRAM - (Sum(_proapsv) + Sum(OtherNotSQL))) - 2GB
Brad
--- In vantage@yahoogroups.com, "lapulsifer" <sharon.pulsifer@...>
wrote:
>of total ram do you have in the Maximum Server Memory setting.
> Hi Brad.
>
> How do you have SQL server memory options configured? What percentage
>much memory to limit SQL to for optimum performance.
> We run Vantage and SQL on the same server. I'm not exactly sure how
>64-bit. Dual-core Quad processors and 12gb of ram.
> We run Windows 2003 Stn 64-bit. Vantage 8.03.405. SQL 2005 Standard