Skip to content

Commit 290c2de

Browse files
committed
feat: reduce default group size
1 parent f8d5b0d commit 290c2de

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

workflows/pointcloud/fix_laz_header.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ spec:
1313
karpenter.sh/capacity-type: 'spot'
1414
entrypoint: main
1515
onExit: exit-handler
16-
synchronization:
17-
semaphore:
18-
configMapKeyRef:
19-
name: semaphores
20-
key: standardising
2116
workflowMetadata:
2217
labelsFrom:
2318
linz.govt.nz/user-group:
@@ -86,7 +81,7 @@ spec:
8681
value: ''
8782
- name: group
8883
description: 'Group files by this many files (will use the value of `group` or `group_size` that is reached first). Set to -1 to disable.'
89-
value: '1000'
84+
value: '500'
9085
- name: group_size
9186
description: 'Group the files into this size per group (will use the value of `group` or `group_size` that is reached first). Set to -1 to disable.'
9287
value: '100Gi'

0 commit comments

Comments
 (0)