How can I set MaxBufferPoolSize and MaxBufferSize via powershell?
-
lunedì 28 novembre 2011 17:17
Does anyone know how to set MaxBufferPoolSize and MaxBufferSize using powershell?
Thanks
Tutte le risposte
-
martedì 29 novembre 2011 14:52
As far as I know, this is how you do it:
-
venerdì 8 giugno 2012 01:07I believe this is for the hosting service side of the fence not the caching side. Can anyone confirm? When I install CacheHost and CacheAdmin the ApplicationServer powershell module does not install.
-
venerdì 8 giugno 2012 12:24
There are two places where you need to customise these settings:
1. Client config
You will have to manually modify dataCacheClient to modify these setting.
2. Cluster config
In the cluster you can use export-cacheConfig/Import-Cacheconfig to modify these settings.
http://msdn.microsoft.com/en-us/library/ee808060(v=azure.10).aspx
MSFT
- Proposto come risposta gopal krishan MSFT lunedì 11 giugno 2012 05:41
-
venerdì 11 gennaio 2013 22:16
You have to use:
import-module applicationserver
Set-ASAppServiceEndpointTransportQuota -maxBufferPoolSize 268435456 -maxBufferSize 2000000000

