This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GGC_QUIRE_SIZE change
- To: gcc at gcc dot gnu dot org
- Subject: GGC_QUIRE_SIZE change
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 29 Aug 00 10:18:04 EDT
It's causing problems for me on DEC Unix 4.0C. When I have a program that
uses sufficient memory (in this case it's in Ada), the mmap fails with
ENOSPACE. I've spent a lot of time in the debugger and everything looks
OK, but it does fail. Setting GGC_QUIRE_SIZE to 1 "fixes" it.
Does anybody have any idea what's going on?