We are using https://github.com/getsentry/onpremise for run a production instance of Sentry
Clickhouse Requeriments https://clickhouse.tech/docs/en/operations/requirements/ says:
Disable the swap file for production environments
Does this mean that I should disable the swap file in our server?
How could this affect other sentry services?
Thank you!