[][src]Constant sunrise_loader::MAX_ELF_SIZE

const MAX_ELF_SIZE: u64 = 128 * 1024 * 1024; // 134_217_728u64

Max size of an ELF before we issue a warning. Loader needs to keep its memory usage fairly low to avoid trouble, so we bail upon trying to load a file bigger than 128MiB.