| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
SystemResourceLimits |
SystemResourceLimits.clone() |
SystemResourceLimits |
ComponentRunWith.getSystemResourceLimits()
The system resource limits to apply to this component's process on the core device.
|
SystemResourceLimits |
SystemResourceLimits.withCpus(Double cpus)
The maximum amount of CPU time that a component's processes can use on the core device.
|
SystemResourceLimits |
SystemResourceLimits.withMemory(Long memory)
The maximum amount of RAM, expressed in kilobytes, that a component's processes can use on the core device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentRunWith.setSystemResourceLimits(SystemResourceLimits systemResourceLimits)
The system resource limits to apply to this component's process on the core device.
|
ComponentRunWith |
ComponentRunWith.withSystemResourceLimits(SystemResourceLimits systemResourceLimits)
The system resource limits to apply to this component's process on the core device.
|
Copyright © 2023. All rights reserved.