• Could it be possible that you have that limit established on the "max server memory" configuration options?

    SELECT *

    FROM master.sys.configurations

    WHERE name = 'max server memory (MB)'

    There are many things that can be affecting your performance, a forum post won't give you a complete solution and you might need a qualified professional.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2