# Tencent/OOMDetector

OOMDetector is a memory monitoring component for iOS which provides you with OOM monitoring, memory allocation monitoring, memory leak detection and other functions.

Repository: https://github.com/Tencent/OOMDetector
Canonical: https://ross.abutalabs.com/products/oomdetector
Language: Objective-C++
License: NOASSERTION
License Family: other
Topics: oom, leak, ios
Last push: 2023-02-21T02:31:59+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3177, "days_push": 1290, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2347, forks 361 (observed 2026-08-28T04:06:39.963625+00:00)

## What it is
OOMDetector is an iOS memory monitoring component that detects out-of-memory events, monitors large memory allocations, and detects memory leaks for Objective-C objects and malloc heap memory, dumping the responsible stack traces. It integrates via CocoaPods and includes a Python tool for translating stack logs with dSYM symbol files.

## Use cases
- detect out-of-memory crashes in my iOS app
- find which code caused an OOM by dumping stack traces
- monitor large single memory allocations in iOS
- detect memory leaks of Objective-C objects and malloc heap memory
- profile memory allocation stacks in an iOS app
- symbolicate OOM log files with dSYM files

## When to choose
- you need OOM monitoring and leak detection on iOS
- you want stack traces for large memory allocations
- you ship an Objective-C/CocoaPods-based iOS app and need memory diagnostics

## When to avoid
- you target Android or non-Apple platforms
- you need actively maintained tooling with recent updates
- you cannot accept private API usage risks (VMStackMonitor) in App Store builds

## Facets
- artifact type: library
- maturity: maintenance
- function: monitoring, logging, developer-tools
- domain: mobile-development, developer-tools, performance
- platform: -
- tags: memory-monitoring, oom, memory-leak-detection, ios, objective-c, cocoapods, memory-profiling, mobile

## Member repositories
- Tencent/OOMDetector (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:39.963625+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:37:00.259870+00:00, confidence not recorded.
  - readme: https://github.com/Tencent/OOMDetector (fetched 2026-08-28T04:06:39.963625+00:00, sha b74a8d53991e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
