# HiDebug_MemoryLimit ## Overview Defines the struct for the memory limit of the application process. **Since**: 12 **Related module**: [HiDebug](capi-hidebug.md) **Header file**: [hidebug_type.h](capi-hidebug-type-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | uint64_t rssLimit | Limit on the resident set size, in KB.| | uint64_t vssLimit | Limit on the virtual set size, in KB.|