@fairmint/canton-node-sdk
Version:
Canton Node SDK
14 lines (12 loc) • 438 B
Plain Text
canton {
parameters {
# Set to 10x confirmation timeout as suggested by Canton.
timeouts.processing.sequenced-event-processing-bound = 10m
# Canton has warns if -Xmx exceeds half of the container's total memory,
# which is too conservative: we set it to 75% of the container's total memory.
# This prevents it from logging the warning.
startup-memory-check-config {
reporting-level = "ignore"
}
}
}