put https://{hostname}/api/lcdn-services/v1/hypercache/cache-memory-profiles/default
This operation updates the default cache memory profile configuration settings.
Responses
This operation updates the default cache memory profile configuration settings.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/api/lcdn-services/v1/hypercache/cache-memory-profiles/default \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"hotCacheMemoryPercent": 10,
"ramOnlyCacheMemoryPercent": 0,
"frontEndCacheMemoryPercent": 0,
"diskIndexMemoryPercent": 10
}