Skip to content

Commit fbd4315

Browse files
committed
tests: Disable MemPool automatic GC
1 parent c1f2d91 commit fbd4315

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ include("fakeproc.jl")
141141
using Test
142142
using Dagger
143143
using UUIDs
144-
import MemPool
144+
@everywhere import MemPool
145+
146+
@everywhere MemPool.MEM_RESERVED[] = 0
145147

146148
GPU_SCOPES = Pair{Symbol, Dagger.AbstractScope}[]
147149
if USE_GPU

0 commit comments

Comments
 (0)