📖 ~1 min read
Table of contents
Symptom & Impact
A single PID grows RSS until paging spikes and apps slow or crash with errno 12.
Environment & Reproduction
Often seen with long-running JVMs, custom C daemons, or printer subsystems on AIX.
Root Cause Analysis
Process leaks heap or shared memory segments; svmon -P PID shows growing Inuse.
Quick Triage
Run svmon -G and ps -eo pid,vsz,rss,comm | sort -n -k3 to find growing processes.
Step-by-Step Diagnosis
Use svmon -P PID -O segment=on,unit=MB to inspect segment growth over time.

Solution – Primary Fix
Restart the leaking process via stopsrc/startsrc or refresh -s subsystem-name.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Apply vendor ifix or upgrade the package via installp; tune AIXTHREAD_SCOPE if relevant.
Verification & Acceptance Criteria
svmon -P shows stable Inuse and lsps -a Used% returns to baseline.
Rollback Plan
Revert installp updates with installp -r if regressions appear after the fix.
Prevention & Hardening
Add memory monitoring with nmon and set process restart cron for known leakers.
Related Errors & Cross-Refs
Related to paging-space-low events and JFS2 latency from heavy pageout.
Related tutorial: View the step-by-step tutorial for aix-7.1.
View all aix-7.1 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
IBM AIX 7.2 svmon, ps, and memory management documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.