Skip to content

Commit 871da33

Browse files
jmooringbep
authored andcommitted
internal/warpc: Increase WebP memory limit to 384 MiB
Closes #14309
1 parent 2637aa1 commit 871da33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎hugolib/site.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func NewHugoSites(cfg deps.DepsCfg) (*HugoSites, error) {
266266
warpc.Options{
267267
CompilationCacheDir: compilationCacheDir,
268268
PoolSize: 1,
269-
Memory: 256, // 256 MiB (4096 MiB Max)
269+
Memory: 384, // 384 MiB (4096 MiB Max)
270270
Infof: logger.InfoCommand("webp").Logf,
271271
Warnf: logger.WarnCommand("webp").Logf,
272272
},

0 commit comments

Comments
 (0)