Skip to content

Commit dede633

Browse files
committed
disable gc
1 parent c7a324f commit dede633

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/setup_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async function writeBuildkitdTomlFile(
167167
enabled: true,
168168
// Disable automatic garbage collection, since we will prune manually. Automatic GC
169169
// has been seen to negatively affect startup times of the daemon.
170-
gc: true,
170+
gc: false,
171171
"max-parallelism": parallelism,
172172
snapshotter: "overlayfs",
173173
},

0 commit comments

Comments
 (0)