Skip to content

Commit

Permalink
chore: config for small vms
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent f91a4be commit 2a534ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ spec:
value: "120"
- name: STORE_ADMIN_AUTORECOVERYENABLED
value: "true"
- name: STORE_EXECUTOR_USEVIRTUALTHREADFORBATCHPROCESSING
value: {{ .Values.aggregation.store.executor.use_virtual_thread_for_batch_processing | default "false" }}

resources:
{{- toYaml .Values.aggregation.resources | nindent 12 }}
Expand Down
5 changes: 5 additions & 0 deletions deploy/cf-ledger-sync/values-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ localCardanoNode:
storeCardanoHost: preview-node.play.dev.cardano.org
storeCardanoPort: 3001
storeCardanoProtocolMagic: 2

aggregation:
store:
executor:
use_virtual_thread_for_batch_processing: "true"
2 changes: 2 additions & 0 deletions deploy/cf-ledger-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ aggregation:
store:
account:
history_cleanup_enabled: "true"
executor:
use_virtual_thread_for_batch_processing: "false"
resources: {}

0 comments on commit 2a534ed

Please sign in to comment.