UsePrivilegeSeparation: "fatal: xrealloc: out of memory"

Darren Tucker dtucker at zip.com.au
Thu Jun 27 13:51:02 EST 2002


"Jason R. Mastaler" wrote:
> Jun 26 20:15:04 sclp3 sshd[6433]: Accepted password for jason from 128.165.148.66 port 41871 ssh2
> Jun 26 20:15:12 sclp3 jason[110]: sshd[6444]: fatal: xrealloc: out of memory (new_size 5566464 bytes)
> 
> Setting "UsePrivilegeSeparation no" in sshd_config clears up this
> problem, but I'd rather not have to disable this.  Any ideas?

Ulimits? Check with ulimit -a if the data size is <5.5M. If that's it
you'll need to increase it (eg "ulimit -d unlimited") and kill and
restart sshd.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



More information about the openssh-unix-dev mailing list