Skip to content

Commit e3752a8

Browse files
Matan BroitMatan Broit
authored andcommitted
add wordllist
1 parent 388795e commit e3752a8

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,6 @@ Pathfinding
375375
Brin
376376
Sergey
377377
lookups
378+
componentId
379+
Betweenness
380+
betweenness

commands/graph.memory-usage.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ GRAPH.MEMORY USAGE <graph-name> [SAMPLES <count>]
2626

2727
Returns an array of memory usage values, in **MB**, corresponding to different components:
2828

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) |
4040

4141
## Example
4242

0 commit comments

Comments
 (0)