Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=523715 --- Comment #26 from Klaus Grue <grue@xxxxxxx> 2010-02-18 04:13:00 EST --- > Well, I cannot see where ulimit -s unlimited is called: > http://koji.fedoraproject.org/koji/taskinfo?taskID=1995766 Sorry. I can see I made a mistake when building the package. I will build it again. > By the way when I explicitly call ulimit -s unlimited, build > dies on another point. > http://koji.fedoraproject.org/koji/taskinfo?taskID=1995837 The lgwam: Heap too small, goodbye. message indicates that the lgwam abstract machine has malloced more than 90 percent of the physical RAM of the machine. When that happens, lgwam gives up since otherwise lgwam would malloc virtual memory and the moment lgwam mallocs virtual memory, it will make the host machine start trashing. lgwam uses sysinfo to find out how much physical RAM the machine has. My guess would be that either the host machine has less than 2 gigabyte physical RAM or that sysinfo returns a wrong RAM size. In any case, I will repackage so that ulimit is included properly. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review