fix: 去掉 get_docker_mem_usage_if_limit 日志

pull/7373/head
xinwen 2021-12-13 17:58:54 +08:00 committed by 老广
parent 330917df4c
commit b3acc0d451
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ def get_docker_mem_usage_if_limit():
return ((usage_in_bytes - inactive_file) / limit_in_bytes) * 100
except Exception as e:
logger.debug(f'Get memory usage by docker limit: {e}')
return None