File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838** xref:management-ops/create-cypher-db.adoc[]
3939** xref:management-ops/administration.adoc[]
4040** xref:management-ops/backup-restore.adoc[]
41- ** xref:management-ops/defaults-and-limits.adoc[]
4241* xref:algorithms/index.adoc[]
4342** xref:algorithms/syntax.adoc[]
4443** xref:algorithms/centrality.adoc[]
145144* xref:end-to-end-examples/end-to-end-examples.adoc[]
146145** xref:end-to-end-examples/fastrp-knn-example.adoc[]
147146* xref:production-deployment/index.adoc[]
147+ ** xref:production-deployment/defaults-and-limits.adoc[]
148148** xref:production-deployment/transaction-handling.adoc[]
149149** xref:production-deployment/composite.adoc[]
150150** xref:production-deployment/neo4j-cluster.adoc[]
Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ The Neo4j Graph Data Science library is available in two editions.
107107*** Sharing of models between users, by xref:model-catalog/publish.adoc[publishing it].
108108*** Model xref:model-catalog/store.adoc#model-catalog-store-ops[persistence to disk].
109109** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation].
110- ** Allows the configuration of xref:management-ops /defaults-and-limits.adoc[defaults and limits].
110+ ** Allows the configuration of xref:production-deployment /defaults-and-limits.adoc[defaults and limits].
111111
112112For more information see xref:installation/System-requirements.adoc#system-requirements-cpu[System Requirements - CPU].
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ This chapter is divided into the following sections:
1313* xref:management-ops/create-cypher-db.adoc[Cypher on GDS graph]
1414* xref:management-ops/administration.adoc[Administration]
1515* xref:management-ops/backup-restore.adoc[Backup and Restore]
16- * xref:management-ops/defaults-and-limits.adoc[Defaults and Limits]
Original file line number Diff line number Diff line change 2525| xref:common-usage/monitoring-system.adoc[Get an overview of the system's workload and available resources] | `gds.alpha.systemMonitor`
2626| Back-up graphs and models to disk | `gds.alpha.backup`
2727| Restore persisted graphs and models to memory | `gds.alpha.restore`
28- | xref:management-ops /defaults-and-limits.adoc[List configured defaults] | `gds.alpha.config.defaults.list`
29- | xref:management-ops /defaults-and-limits.adoc[Configure a default] | `gds.alpha.config.defaults.set`
30- | xref:management-ops /defaults-and-limits.adoc#_limits_on_configuration_values[List configured limits] | `gds.alpha.config.limits.list`
31- | xref:management-ops /defaults-and-limits.adoc#_limits_on_configuration_values[Configure a limit] | `gds.alpha.config.limits.set`
28+ | xref:production-deployment /defaults-and-limits.adoc[List configured defaults] | `gds.alpha.config.defaults.list`
29+ | xref:production-deployment /defaults-and-limits.adoc[Configure a default] | `gds.alpha.config.defaults.set`
30+ | xref:production-deployment /defaults-and-limits.adoc#_limits_on_configuration_values[List configured limits] | `gds.alpha.config.limits.list`
31+ | xref:production-deployment /defaults-and-limits.adoc#_limits_on_configuration_values[Configure a limit] | `gds.alpha.config.limits.set`
3232|===
File renamed without changes.
Original file line number Diff line number Diff line change 55
66This chapter is divided into the following sections:
77
8+ * xref:production-deployment/defaults-and-limits.adoc[Defaults and Limits]
89* xref:production-deployment/transaction-handling.adoc[Transaction Handling]
910* xref:production-deployment/composite.adoc[Using GDS and Composite databases]
1011* xref:production-deployment/neo4j-cluster.adoc[GDS with Neo4j cluster]
You can’t perform that action at this time.
0 commit comments