[K/N] Updated RSS limit for new version of mimalloc

This commit is contained in:
Elena Lepilkina
2021-09-02 12:05:08 +03:00
committed by Space
parent 084268573c
commit cb067e160b
@@ -51,8 +51,8 @@ fun test() {
val value: Byte = 42
// Try to make sure each page is written
val stride = 4096
// Limit memory usage at ~500MiB. This limit was exercised by -Xallocator=mimalloc and legacy MM.
val rssDiffLimit: Long = 500_000_000
// Limit memory usage at ~700MiB. This limit was exercised by -Xallocator=mimalloc and legacy MM.
val rssDiffLimit: Long = 700_000_000
// Trigger GC after ~100MiB are allocated
val retainLimit: Long = 100_000_000
val progressReportsCount = 100