You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/graph-list.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ CALL gds.graph.list(
53
53
| density | Float | Density of the graph.
54
54
| creationTime | Datetime | Time when the graph was projected.
55
55
| modificationTime | Datetime | Time when the graph was last modified.
56
-
| sizeInBytes | Integer | Number of bytes used in the Java heap to store the graph.
57
-
| memoryUsage | String | Human readable description of `sizeInBytes`.
56
+
| sizeInBytes | Integer | Number of bytes used in the Java heap to store the graph. This feature is not supported on all JDKs and might return -1 instead.
57
+
| memoryUsage | String | Human readable description of `sizeInBytes`. This feature is not supported on all JDKs and might return null instead.
0 commit comments