[Inspection] debug_startWarmUp
The startWarmUp iterates the latest state trie to warm-up the trie cache. The iteration will be automatically stopped if 90% of the trie cache is full. The method returns an error if it fails in starting a warm-up, or null if it successfully has started it.
JSONRPC: debug_startWarmUp
Request
Responses
- 200
Return null if a warm-up is started, or an error if not.