Skip to content

Commit

Permalink
Increase file pool file count to 100k
Browse files Browse the repository at this point in the history
Go SDK, or similar, does not fit with the 10000 files limit.
  • Loading branch information
moroten authored and stagnation committed Feb 1, 2024
1 parent 98b5455 commit 4042469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/config/worker-fuse-ubuntu22-04.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4042469

Please sign in to comment.