From 404246923b342a0e4a6f9a36f8688d39fe130f4a Mon Sep 17 00:00:00 2001 From: Fredrik Medley Date: Thu, 1 Feb 2024 12:12:09 +0100 Subject: [PATCH] Increase file pool file count to 100k Go SDK, or similar, does not fit with the 10000 files limit. --- docker-compose/config/worker-fuse-ubuntu22-04.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet b/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet index 9afd1a86..4d0ff487 100644 --- a/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet +++ b/docker-compose/config/worker-fuse-ubuntu22-04.jsonnet @@ -73,7 +73,7 @@ local common = import 'common.libsonnet'; { name: 'container-image', value: 'docker://ghcr.io/catthehacker/ubuntu:act-22.04@sha256:5f9c35c25db1d51a8ddaae5c0ba8d3c163c5e9a4a6cc97acd409ac7eae239448' }, ], }, - maximumFilePoolFileCount: 10000, + maximumFilePoolFileCount: 100000, maximumFilePoolSizeBytes: 1 * 1024 * 1024 * 1024, workerId: { datacenter: 'amsterdam',