SiteLimits interface

Metric limits set on an app.

Properties

maxDiskSizeInMb

Maximum allowed disk size usage in MB.

maxMemoryInMb

Maximum allowed memory usage in MB.

maxPercentageCpu

Maximum allowed CPU usage percentage.

Property Details

maxDiskSizeInMb

Maximum allowed disk size usage in MB.

maxDiskSizeInMb?: number

Property Value

number

maxMemoryInMb

Maximum allowed memory usage in MB.

maxMemoryInMb?: number

Property Value

number

maxPercentageCpu

Maximum allowed CPU usage percentage.

maxPercentageCpu?: number

Property Value

number