internal/warpc: Increase WebP memory limit to 384 MiB

Closes #14309
This commit is contained in:
Joe Mooring
2025-12-30 05:44:20 -08:00
committed by Bjørn Erik Pedersen
parent 2637aa1540
commit 871da3370a
+1 -1
View File
@@ -266,7 +266,7 @@ func NewHugoSites(cfg deps.DepsCfg) (*HugoSites, error) {
warpc.Options{
CompilationCacheDir: compilationCacheDir,
PoolSize: 1,
Memory: 256, // 256 MiB (4096 MiB Max)
Memory: 384, // 384 MiB (4096 MiB Max)
Infof: logger.InfoCommand("webp").Logf,
Warnf: logger.WarnCommand("webp").Logf,
},