ResourceLimits_

@native @JSType trait ResourceLimits_ extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var codeRangeSizeMb: UndefOr[Double]

The size of a pre-allocated memory range used for generated code.

The size of a pre-allocated memory range used for generated code.

var maxOldGenerationSizeMb: UndefOr[Double]

The maximum size of the main heap in MB.

The maximum size of the main heap in MB.

var maxYoungGenerationSizeMb: UndefOr[Double]

The maximum size of a heap space for recently created objects.

The maximum size of a heap space for recently created objects.

var stackSizeMb: UndefOr[Double]

The default maximum stack size for the thread. Small values may lead to unusable Worker instances.

The default maximum stack size for the thread. Small values may lead to unusable Worker instances.