Home

About Us

Contact Us

Application List

Recommendations

My Docs

Just Ask Computer Services

When you need computer support, Just Ask

Set Maximum Memory Usage

To find out which app is using a service:

From cmd prompt: tasklist /svc

To set maximum usage:

osql -E -S SERVERNAME\sbsmonitoring  [hit enter]

sp_configure 'show advanced options',1 [hit enter]

reconfigure with override  [hit enter]]

go  [hit enter]

 

sp_configure 'max server memory', XXX (enter max value) [hit enter]

reconfigure with override  [hit enter]

go  [hit enter]

exit