We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7828f7 + 0a75e5e commit a981fbcCopy full SHA for a981fbc
src/datastore.jl
@@ -386,7 +386,7 @@ isondisk(id::Int) =
386
isinmemory(x::DRef) = isinmemory(x.id)
387
isondisk(x::DRef) = isondisk(x.id)
388
389
-const MEM_RESERVED = Ref{UInt}(512 * (1024^2)) # Reserve 512MB of RAM for OS
+const MEM_RESERVED = Ref{UInt}(0) # O to avoid excessive GC
390
const MEM_RESERVE_LOCK = Threads.ReentrantLock()
391
const MEM_RESERVE_SWEEPS = Ref{Int}(3)
392
0 commit comments