← All Kali Issues
Amass

Memory exhausted

P Performance High

🔴 Error Message

Amass consuming all available memory

📖 What This Means

Large scope enumeration using too much RAM.

🔧 Step-by-Step Fix

  1. Limit scope: -d domain only
  2. Use passive: amass enum -passive
  3. Set max: -max-dns-queries 500
  4. Add -config with memory limits

🔗 More Amass Issues