ソースを参照

Fix reference to get_rss

tags/v0.1.1
JustAnotherArchivist 5年前
コミット
e0ca88c807
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      qwarc/__init__.py

+ 1
- 1
qwarc/__init__.py ファイルの表示

@@ -278,7 +278,7 @@ class QWARC:
logging.info('Gracefully shutting down due to STOP file')
break
if self._memoryLimit and qwarc.utils.uses_too_much_memory(self._memoryLimit):
logging.info('Gracefully shutting down due to memory usage (current = {} > limit = {})'.format(get_rss(), self._memoryLimit))
logging.info('Gracefully shutting down due to memory usage (current = {} > limit = {})'.format(qwarc.utils.get_rss(), self._memoryLimit))
break

for sleepTask in sleepTasks:


読み込み中…
キャンセル
保存