https://bz.apache.org/bugzilla/show_bug.cgi?id=70167
--- Comment #9 from Joe Orton <[email protected]> --- I'd guess the number of calls to apr_mmap_create() ends up proportional to the file size so this is a bug in the FILE bucket or MMAP API, and should be fixed on the apr-util side. Possibly with help needed on the apr side to avoid apr_mmap_create() allocating from r->pool every time. #1 0x00007f6c29f4f1a7 in apr_mmap_create (new=new@entry=0x7ffe3e839050, file=0x7f6c27b3bba8, offset=16197655892, size=size@entry=4194304, flag=flag@entry=1, cont=0x7f6c27b39028) at ./mmap/unix/mmap.c:133 #2 0x00007f6c29f73a1b in file_make_mmap (e=0x7f6c27b461a8, filelength=11236814634, fileoffset=<optimized out>, p=<optimized out>) at ./buckets/apr_buckets_file.c:55 there is probably enough data there for you or Claude to fix this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
