Skip to content

Commit d0cf5cc

Browse files
authored
Merge pull request #467 from JuliaParallel/jps/no-evict
Sch: Disable CHUNK_CACHE evictions for now
2 parents c15e54c + 6a96fd5 commit d0cf5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sch/Sch.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ function finish_task!(ctx, state, node, thunk_failed)
933933
if haskey(state.waiting_data, node) && isempty(state.waiting_data[node])
934934
delete!(state.waiting_data, node)
935935
end
936-
evict_all_chunks!(ctx, to_evict)
936+
#evict_all_chunks!(ctx, to_evict)
937937
end
938938

939939
function delete_unused_tasks!(state)

0 commit comments

Comments
 (0)