소스 검색

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:


불러오는 중...
취소
저장