API to know the memory use of Dart VM #28951
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
type-enhancement
A request for a change that isn't a bug
It will be great if there is an API to know the memory use, so we can monitor the health status of a long-running server. For example, we can restart the VM if the consumption is too much (usually a leak, #27414).
The text was updated successfully, but these errors were encountered: