Browse Source

fix: 去掉 get_docker_mem_usage_if_limit 日志

pull/7373/head
xinwen 3 years ago committed by 老广
parent
commit
b3acc0d451
  1. 1
      apps/common/utils/common.py

1
apps/common/utils/common.py

@ -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

Loading…
Cancel
Save