When attempting to connect to an Identity Suite machine via SSH (e.g., PuTTY), users may encounter a "cannot allocate memory" error. This error indicates that the operating system has exhausted its available memory and is unable to spawn the shell process required for the SSH session. This article outlines the steps to diagnose and resolve memory exhaustion on the host.
Identity Manager 14.x
The error is triggered when the system reaches 100% memory utilization. Common drivers include:
To restore access and resolve the underlying memory exhaustion, perform the following troubleshooting steps:
top or htop to view real-time process utilization.free -m to check total, used, and available RAM.