Stefan Berger <stef...@linux.ibm.com> writes: > -/* The maximum heap size we're going to claim */ > +/* The maximum heap size we're going to claim at boot. Not used by sparc. */ > #ifdef __i386__ > #define HEAP_MAX_SIZE (unsigned long) (64 * 1024 * 1024) > -#else > +#else /* __powerpc__ */ > #define HEAP_MAX_SIZE (unsigned long) (32 * 1024 * 1024) > #endif
In the version of this patch I've been carrying, the max heap is increased a good bit: > #define HEAP_MAX_SIZE (unsigned long) (1 * 1024 * 1024 * 1024) Should it be made larger here as well? Full commit: https://github.com/rhboot/grub2/commit/e572ccc0edb3423976e8301978617382994ed52a Be well, --Robbie
signature.asc
Description: PGP signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel