IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
290 stars 162 forks source link

Add profiling options to NixOS module #1730

Closed sgillespie closed 3 months ago

sgillespie commented 3 months ago

Description

This change adds multiple options to the NixOS module:

If profiling is enabled, then rtsArgs defaults to some sensible heap profiling options.

Checklist

Migrations

If there is a breaking change, especially a big one, please add a justification here. Please elaborate more what the migration achieves, what it cannot achieve or why a migration is not possible.