@@ -26,17 +26,17 @@ GRAPH.MEMORY USAGE <graph-name> [SAMPLES <count>]
26
26
27
27
Returns an array of memory usage values, in ** MB** , corresponding to different components:
28
28
29
- | Field | Description |
30
- | -----------------------------------------------| ---------------------------------------------------------------|
31
- | ` total_graph_sz_mb ` | Total memory used by the graph |
32
- | ` label_matrices_sz_mb ` | Memory used to hold label matrices |
33
- | ` relation_matrices_sz_mb ` | Memory used to hold relation matrices |
34
- | ` amortized_node_block_sz_mb ` | Memory used to hold nodes matrices |
35
- | ` amortized_node_attributes_by_label_sz_mb ` | Memory used to hold labeled node attributes, split by label |
36
- | ` amortized_unlabeled_nodes_attributes_sz_mb ` | Memory used to hold non-labeled node attributes |
37
- | ` amortized_edge_block_sz_mb ` | Memory used to hold edges matrices |
38
- | ` amortized_edge_attributes_by_type_sz_mb ` | Memory used to hold lebeld edge attributes, split by label |
39
- | ` indices_sz_mb ` | Memory used by indices (if any) |
29
+ | Field | Description |
30
+ | -----------------------------------------------| ------------------------------------------------------------------- |
31
+ | ` total_graph_sz_mb ` | Total memory used by the graph |
32
+ | ` label_matrices_sz_mb ` | Memory used by label matrices |
33
+ | ` relation_matrices_sz_mb ` | Memory used relationship type matrices |
34
+ | ` amortized_node_block_sz_mb ` | Memory used by nodes |
35
+ | ` amortized_node_attributes_by_label_sz_mb ` | Memory used by node attributes, split by node label |
36
+ | ` amortized_unlabeled_nodes_attributes_sz_mb ` | Memory used by node attributes with no label |
37
+ | ` amortized_edge_block_sz_mb ` | Memory used by edges |
38
+ | ` amortized_edge_attributes_by_type_sz_mb ` | Memory used by edge attributes, split by relationship type |
39
+ | ` indices_sz_mb ` | Memory used by indices (if any) |
40
40
41
41
## Example
42
42
0 commit comments