Share via


Host Instances - Put

Update host instance settings

PUT http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}

URI Parameters

Name In Required Type Description
hostName
path True

string

Name of the host

serverName
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

ClrSettings

.NET CLR settings

OrchestrationMemoryThrottlingSettings

OrchestrationMemoryThrottlingSettings

Orchestration memory throttling settings

Responses

Name Type Description
204 No Content

No Content

Definitions

Name Description
ClrSettings

Host instance .NET CLR settings

HostInstanceSettings

Host instance settings

OrchestrationMemoryThrottlingSettings

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

ClrSettings

.NET CLR settings

OrchestrationMemoryThrottlingSettings

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