On Fri, Jun 5, 2015 at 11:33 AM, Yuri Gribov <[email protected]> wrote:
> On Fri, Jun 5, 2015 at 9:21 PM, 'Alexey Samsonov' via address-sanitizer < > [email protected]> wrote: > >> Wow, the world of 1Tb RAM machines is here. >> 1) You can try to allocate 156Gb of memory with mmap() instead of >> malloc(). >> 2) 64Gb is a hard limit on allocation size in ASan runtime. You can try >> to bump this limit (kMaxAllowedMallocSize in lib/asan/asan_allocator.cc) >> and rebuilt it from source. >> > > Perhaps it makes sense to print a hint to user? > I've just bumped the limit in r239187. > > -Y > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Alexey Samsonov, Mountain View, CA -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
