Skip to content
  • Daniel Vrátil's avatar
    Call malloc_trim() every 15 minutes to free more memory · d2a2fcb3
    Daniel Vrátil authored
    In PIM we often have the problem with too many Items getting created
    temporarily and then when they are destroyed glibc will not return the
    memory back to kernel. The AkonadiCore library now calls malloc_trim()
    every 15 minutes to release this unused memory, keeping around up to
    50MiB.
    d2a2fcb3