sql server 2008 takes alot of memory?
        Posted  
        
            by 
                Ahmed Said
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ahmed Said
        
        
        
        Published on 2009-05-13T07:38:55Z
        Indexed on 
            2011/01/07
            19:53 UTC
        
        
        Read the original article
        Hit count: 313
        
I making stress test on my database which is hosted on sqlserver 2008 64bit running on 64bit machine 10 GB of RAM. I have 400 threads each thread query the database for every second but the query time does not take time as the sql profiler says that, but after 18 hours sql takes 7.2 GB RAM and 7.2 on virtual memroy.
Does is this normal behavior? and how can I adjust sql to clean up not in use memory?
© Stack Overflow or respective owner