How do I set the amount of memory available to the Windows Server AppFabric Caching service?
We’re running the AppFabric Cache on the same server which is hosting the website, and I’d like to be able to control how much RAM the cache will consume.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can modify the amount of ram available using this commands on the powerShell console:
Stop-cachecluster Set-cacheHostConfig {Machine name} {port(22233)} -CacheSize {cache allocation in MB} Start-cacheclusterMore info on MSDN