bug22096 368 B

123456
  1. o Minor features (linux seccomp2 sandbox):
  2. - Increase the maximum allowed size passed to mprotect(PROT_WRITE)
  3. from 1MB to 16MB. This was necessary with the glibc allocator in
  4. order to allow worker threads to allocate more memory -- which in
  5. turn is necessary because of our new use of worker threads for
  6. compression. Closes ticket 22096.