【Azkaban】 Free memory amount minus Xmx (?? - 0 kb) is less than low mem threshold (3145728 kb)

Azkaban 启动任务后一直处于Runnning状态,出现错误如下:

[SystemMemoryInfo] [Azkaban] Free memory amount minus Xmx (2802856 - 0 kb) is less than low mem threshold (3145728 kb), memory request declined.

原因:Azkaban要求必须有3GB的空闲内存才会执行任务

解决方案:

  • 方案1:内存扩容
  • 方案2:取消Azkaban的内存检查
# 如果使用的sol模式
# 在solo/plugins/jobtypes/commonprivate.properties中添加
memCheck.enabled=false

# ===========
# 如果是executor + web Server模式
# 在executor/plugins/jobtypes/commonprivate.properties中添加
memCheck.enabled=false

你可能感兴趣的:(bugs)