HiDebug_MemoryLimit
typedef struct HiDebug_MemoryLimit {...} HiDebug_MemoryLimit
Overview
Defines the struct for the memory limit of the application process.
Since: 12
Related module: HiDebug
Header file: hidebug_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint64_t rssLimit | Limit on the physical memory size of the application process, in KB. Currently, the system does not limit the physical memory size of the process. However, the available physical memory of the process cannot exceed the maximum physical memory of the device. You can call OH_HiDebug_GetSystemMemInfo to obtain the physical memory usage of the device. |
| uint64_t vssLimit | Limit on the virtual set size, in KB. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-hiviewdfx-FaultLogExtensionAbility
openharmony 鸿蒙 errorcode-hisysevent-sys
openharmony 鸿蒙 capi-hitrace-hitraceid
openharmony 鸿蒙 capi-hidebug-hidebug-threadcpuusage
openharmony 鸿蒙 js-apis-loglibrary-sys
openharmony 鸿蒙 capi-hiappevent-h