mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +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 |
||
---|---|---|
.. | ||
Backends | ||
Base | ||
Cache | ||
Eventing | ||
GraphQL | ||
Incremental | ||
Metadata | ||
RQL | ||
Server | ||
SQL | ||
Tracing | ||
App.hs | ||
EncJSON.hs | ||
GC.hs | ||
HTTP.hs | ||
Incremental.hs | ||
Logging.hs | ||
Name.hs | ||
QueryTags.hs | ||
Session.hs | ||
Tracing.hs |