worker
Get overview of worker's memory usage.
Returns the memory usage of the worker for both uploads and downloads.
get/worker/memory
Response
Successfully retrieved memory usage
Example response
{
"download": {
"available": 83886080,
"total": 1073741824
},
"upload": {
"available": 83886080,
"total": 1073741824
}
}