mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
cc6f1c3b69
Context: https://hasurahq.atlassian.net/browse/SRE-10 Also remove an overlapping instance. ----- The new flags if this needs to be tweaked on production by SRE are: - --idleGCIdleInterval : "When the system has been idle for idleGCIdleInterval we may opportunistically try a major GC to run finalizers" - --idleGCMinGCInterval : "We never run an opportunistic GC unless it has been at least idleGCMinGCInterval seconds since the last major GC" - --idleGCMaxNoGCInterval : "If it has been longer than idleGCMaxNoGCInterval since the last major GC, force a GC to run finalizers" Be aware: we may see memory usage grow to higher peaks than before, especially when under load PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6449 GitOrigin-RevId: 662d2f968f0d73b3b6eebb857c49aaede3312705 |
||
---|---|---|
.. | ||
API | ||
Auth | ||
Init | ||
Migrate | ||
Telemetry | ||
App.hs | ||
Auth.hs | ||
CheckUpdates.hs | ||
Compression.hs | ||
Cors.hs | ||
Init.hs | ||
Limits.hs | ||
Logging.hs | ||
MetadataOpenAPI.hs | ||
Metrics.hs | ||
Middleware.hs | ||
Migrate.hs | ||
Name.hs | ||
OpenAPI.hs | ||
Prometheus.hs | ||
Rest.hs | ||
SchemaCacheRef.hs | ||
SchemaUpdate.hs | ||
Telemetry.hs | ||
Types.hs | ||
Utils.hs | ||
Version.hs |