sphinx-doc/sphinx

Cannot recover from MemoryErrors

已關閉

#7,635 建立於 2020年5月8日

 (2 則留言) (0 個反應) (0 位負責人)Python (1,985 個分叉)batch import
help wantedtype:bug

倉庫指標

星標
 (5,625 顆星)
PR 合併指標
 (平均合併 10天 11小時) (30 天內合併 11 個 PR)

描述

We are using recommonmark with sphinx to parse 2.3k+ md files and experiencing excesive memory usage. Running 64 bit we see a peak of about 19gb of memory usage and an execution time around 30 minutes. On many machines (or running 32 bit) this is not doable. The majority of the markdown files have an rst label, and some of them have references to these labels. Are there configuration options that may be affecting this? Is there a way to review what's actually taking up this memory?

貢獻者指南