Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: fatal error: out of memory
- X-seq: zsh-workers 15787
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Monty Scroggins <c-Monty.Scroggins@xxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: zsh: fatal error: out of memory
- Date: Tue, 11 Sep 2001 14:07:06 +0000
- In-reply-to: <AMEBKGFHHNFCEKKEGEOICEDCCBAA.c-Monty.Scroggins@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <AMEBKGFHHNFCEKKEGEOICEDCCBAA.c-Monty.Scroggins@xxxxxxxx>
On Sep 10, 1:26pm, Monty Scroggins wrote:
}
} Does anyone have any ideas on this one?
}
} zsh: fatal error: out of memory
}
} All of these machines are Sun SPARC boxes running
} solaris 2.6..
It's possible that you're running into a per-process limit, most likely
the maximum allowed size of the environment (e.g. the sum of the lengths
of all the environment variable names plus values). Make sure you're
NOT doing `setopt all_export' or some such; if your login shell is not
zsh, try something like `printenv | wc' (I've forgotten whether solaris
has printenv) to find out how big the environment is.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author