Explorar o código

default SYS_ALLOC_SIZE set to 8MB

Ioannis Koutras %!s(int64=11) %!d(string=hai) anos
pai
achega
56e566e051
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      linux.preset

+ 1 - 1
linux.preset

@@ -1,5 +1,5 @@
 set(WITH_SYSTEM_CALLS "mmap" CACHE STRING "Choose what system calls can be used, options are: none, sbrk, mmap")
-set(SYS_ALLOC_SIZE 32768 CACHE INTEGER "Choose the default system allocation size")
+set(SYS_ALLOC_SIZE 8388608 CACHE INTEGER "Choose the default system allocation size")
 option(HAVE_LOCKS "Build with POSIX locking mechanisms" ON)
 option(TRYLOCK_ON_MALLOC "Use a trylock on malloc()" ON)
 set(FITTING_POLICY "good" CACHE STRING "Choose the fitting policy in freelist-organized raw blocks, options are: best, exact, first, good")