process.availableMemory()
获取进程仍可用的空闲内存量(以字节为单位)。
¥Gets the amount of free memory that is still available to the process (in bytes).
有关详细信息,请参阅 uv_get_available_memory
。
¥See uv_get_available_memory
for more
information.
获取进程仍可用的空闲内存量(以字节为单位)。
¥Gets the amount of free memory that is still available to the process (in bytes).
有关详细信息,请参阅 uv_get_available_memory
。
¥See uv_get_available_memory
for more
information.