System Requirements
Define containers system requirements.
| Field | Description |
|---|
soft | Soft limits for your service| Field | Description |
|---|
cpu | The percentage of the CPU to be utilised. If unspecified, this defaults to 0.5, which means use 50% the CPU available | memory | The memory that reserved for this service. If unspecified, this defaults to 32MB |
|
hard | Hard limits for your service| Field | Description |
|---|
cpu | The percentage of the CPU to be utilised. If unspecified, this defaults to 1, which means use all the CPU available | memory | The memory that reserved for this service. The service is killed if it tries to allocate more memory. If unspecified, this defaults to 64MB |
|