![]() Use this object to configure when to take coredumps when memory usage is high |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() | threshold | O | union | 85 | The memory utiliization threshold to determine when to take coredumps of high memory consuming processes |
![]() | numberOfProcessesToCoredump | O | int32 | 2 | The number of processes to take a core dump of when memory utilization is high |
![]() | coredumpCountLimit | O | uint16 | 2 | The number of out of memory coredumps allowed on a system. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/outOfMemoryCoredump |