1# HiDebug_MemoryLimit 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @hello_harmony; @yu_haoqiaida--> 6<!--Designer: @kutcherzhou1--> 7<!--Tester: @gcw_KuLfPSbe--> 8<!--Adviser: @foryourself--> 9 10## 概述 11 12应用程序进程内存限制结构类型定义。 13 14**起始版本:** 12 15 16**相关模块:** [HiDebug](capi-hidebug.md) 17 18**所在头文件:** [hidebug_type.h](capi-hidebug-type-h.md) 19 20## 汇总 21 22### 成员变量 23 24| 名称 | 描述 | 25| -- | -- | 26| uint64_t rssLimit | 应用程序进程驻留集的限制,以KB为单位。 | 27| uint64_t vssLimit | 应用程序进程的虚拟内存限制,以KB为单位。 | 28 29 30