Skip to content

Commit

Permalink
style: add new entry for tcmalloc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Apr 2, 2021
1 parent b672f60 commit 5ce94e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Expand Up @@ -476,7 +476,7 @@ worker**:
**NOTE:** using the ``n_jobs`` and ``mul_req`` parameters does not affect the
random determinism.
Why the extraction time of walks is faster if ``max_walks=None``?
Why the Extraction Time of Walks is Faster if ``max_walks=None``?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Currently, **the BFS function** (using the Breadth-first search algorithm) is used
Expand All @@ -486,6 +486,12 @@ when ``max_walks=None`` which is significantly **faster** than the DFS function
We hope that this algorithmic complexity issue will be solved for the next
release of ``pyRDf2Vec``
How to Silence the tcmalloc Warning When Using FastText With Mediums/Large KGs?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sets the ``TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD`` environment variable to a
high value.
Referencing
-----------
Expand Down

0 comments on commit 5ce94e2

Please sign in to comment.