Skip to content

Commit 8ebc4fd

Browse files
committed
Revert "Sch: Disable CHUNK_CACHE evictions for now"
This reverts commit 6a96fd5.
1 parent a10afd1 commit 8ebc4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sch/Sch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ function finish_task!(ctx, state, node, thunk_failed)
935935
if haskey(state.waiting_data, node) && isempty(state.waiting_data[node])
936936
delete!(state.waiting_data, node)
937937
end
938-
#evict_all_chunks!(ctx, to_evict)
938+
evict_all_chunks!(ctx, to_evict)
939939
end
940940

941941
function delete_unused_tasks!(state)

0 commit comments

Comments
 (0)