Skip to content

Commit b298623

Browse files
committed
fixup! feat(run): force a gc after every notebook run
1 parent 72b2b11 commit b298623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluation/WorkspaceManager.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ function gc_worker(session_notebook::SN)
717717

718718
bytes = Malt.remove_eval_fetch(workspace.worker, quote
719719
bytes1 = Base.gc_live_bytes()
720-
GC.gc(true)
720+
Base.GC.gc(true)
721721
bytes2 = Base.gc_live_bytes()
722722
bytes2 - bytes1
723723
end)

0 commit comments

Comments
 (0)