Compartir a través de


FunctionAppScaleAndConcurrency.InstanceMemoryMB Property

Definition

Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.

public float? InstanceMemoryMB { get; set; }
member this.InstanceMemoryMB : Nullable<single> with get, set
Public Property InstanceMemoryMB As Nullable(Of Single)

Property Value

Applies to