Host Instances - Put
Update host instance settings
PUT http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
host
|
path | True |
string |
Name of the host |
|
server
|
path | True |
string |
Name of the server on which host instance is running |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| ClrSettings |
.NET CLR settings |
|
| OrchestrationMemoryThrottlingSettings |
Orchestration memory throttling settings |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
| Name | Description |
|---|---|
|
Clr |
Host instance .NET CLR settings |
|
Host |
Host instance settings |
|
Orchestration |
Host instance orchestration memory throttling settings |
ClrSettings
Host instance .NET CLR settings
| Name | Type | Description |
|---|---|---|
| CLRMaxIOThreads |
integer |
Maximum IO threads |
| CLRMaxWorkerThreads |
integer |
Maximum worker threads |
| CLRMinIOThreads |
integer |
Minimum IO thread |
| CLRMinWorkerThreads |
integer |
Minimum worker threads |
HostInstanceSettings
Host instance settings
| Name | Type | Description |
|---|---|---|
| ClrSettings |
.NET CLR settings |
|
| OrchestrationMemoryThrottlingSettings |
Orchestration memory throttling settings |
OrchestrationMemoryThrottlingSettings
Host instance orchestration memory throttling settings
| Name | Type | Description |
|---|---|---|
| PhysicalMemoryMaximalUsage |
integer |
Physical memory maximal usage |
| PhysicalMemoryOptimalUsage |
integer |
Physical memory optimal usage |
| VirtualMemoryMaximalUsage |
integer |
Virtual memory maximal usage |
| VirtualMemoryOptimalUsage |
integer |
Virtual memory optimal usage |