• Dynamic memory can be used with no issues. It just depends what you're after.

    I use it on some virtual machines and it works fine. Make sure you grant the lock pages in memory privilege to the service account to avoid memory trimming.

    Obviously, overcommitting memory always has a performance penalty: it just depends how much you're overcommitting.

    -- Gianluca Sartori