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.