Opened 3 years ago

Last modified 3 years ago

#17226 new bug

libroot: malloc() can't allocate more then 1063315264 bytes

Reported by: X512 Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/libroot.so Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Change History (2)

comment:1 by waddlesplash, 3 years ago

Why does ICU allocate 1GB during the build, anyway?

We really need to replace hoard2, but musl's malloc has those performance issues ... possibly I should look into patching it a bit more.

comment:2 by pulkomandy, 3 years ago

It looks like if you set MAX_INTERNAL_FRAGMENTATION to 10, you can get up to 2GB. Good enough until we replace the allocator?

Note: See TracTickets for help on using tickets.