-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: reduce memory consumption (#3705)
* enhance: reduce memory consumption * Disable Yoga's caching * fix - align graphql-tools versions * .. * Fix website build * Invalidate cache * Work pls
- Loading branch information
Showing
58 changed files
with
393 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
'@graphql-mesh/cache-inmemory-lru': patch | ||
'@graphql-mesh/cli': patch | ||
'@graphql-mesh/config': patch | ||
'@graphql-mesh/graphql': patch | ||
'@graphql-mesh/json-schema': patch | ||
'@graphql-mesh/mongoose': patch | ||
'@graphql-mesh/mysql': patch | ||
'@graphql-mesh/neo4j': patch | ||
'@graphql-mesh/new-openapi': patch | ||
'@graphql-mesh/odata': patch | ||
'@graphql-mesh/openapi': patch | ||
'@graphql-mesh/raml': patch | ||
'@graphql-mesh/soap': patch | ||
'@graphql-mesh/thrift': patch | ||
'@omnigraph/json-schema': patch | ||
'@omnigraph/raml': patch | ||
'@graphql-mesh/merger-bare': patch | ||
'@graphql-mesh/merger-federation': patch | ||
'@graphql-mesh/merger-stitching': patch | ||
'@graphql-mesh/runtime': patch | ||
'@graphql-mesh/store': patch | ||
'@graphql-mesh/transform-cache': patch | ||
'@graphql-mesh/transform-encapsulate': patch | ||
'@graphql-mesh/transform-extend': patch | ||
'@graphql-mesh/transform-federation': patch | ||
'@graphql-mesh/transform-filter-schema': patch | ||
'@graphql-mesh/transform-mock': patch | ||
'@graphql-mesh/transform-naming-convention': patch | ||
'@graphql-mesh/transform-prefix': patch | ||
'@graphql-mesh/transform-prune': patch | ||
'@graphql-mesh/transform-rename': patch | ||
'@graphql-mesh/transform-replace-field': patch | ||
'@graphql-mesh/transform-snapshot': patch | ||
'@graphql-mesh/transform-type-merging': patch | ||
'@graphql-mesh/types': patch | ||
'@graphql-mesh/utils': patch | ||
--- | ||
|
||
fix - align graphql-tools versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
'@graphql-mesh/cache-inmemory-lru': minor | ||
'@graphql-mesh/cli': minor | ||
'@graphql-mesh/graphql': minor | ||
'@graphql-mesh/json-schema': minor | ||
'@graphql-mesh/new-openapi': minor | ||
'@graphql-mesh/raml': minor | ||
'@graphql-mesh/runtime': minor | ||
'@graphql-mesh/store': minor | ||
'@graphql-mesh/types': minor | ||
'@graphql-mesh/utils': minor | ||
--- | ||
|
||
enhance: reduce memory consumption |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ type Cache { | |
|
||
type InMemoryLRUConfig @md { | ||
max: Int | ||
ttl: Int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.