Skip to content

Commit 5ce94e2

Browse files
committed
style: add new entry for tcmalloc warnings
1 parent b672f60 commit 5ce94e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ worker**:
476476
**NOTE:** using the ``n_jobs`` and ``mul_req`` parameters does not affect the
477477
random determinism.
478478
479-
Why the extraction time of walks is faster if ``max_walks=None``?
479+
Why the Extraction Time of Walks is Faster if ``max_walks=None``?
480480
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
481481
482482
Currently, **the BFS function** (using the Breadth-first search algorithm) is used
@@ -486,6 +486,12 @@ when ``max_walks=None`` which is significantly **faster** than the DFS function
486486
We hope that this algorithmic complexity issue will be solved for the next
487487
release of ``pyRDf2Vec``
488488
489+
How to Silence the tcmalloc Warning When Using FastText With Mediums/Large KGs?
490+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491+
492+
Sets the ``TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD`` environment variable to a
493+
high value.
494+
489495
Referencing
490496
-----------
491497

0 commit comments

Comments
 (0)