containers/qm

still valid comment? FIXME: oom killer not triggerd for qm processes

dougsland opened this issue · 3 comments

# FIXME: oom killer not triggerd for qm processes
# Changing QM score to 1000 to avoid full memory error on SoC
if [[ -n "${PACKIT_COPR_PROJECT}" && "${PACKIT_COPR_PROJECT}" == "release" ]]; then
exec_cmd "sed -i 's|OOMScoreAdjust.*|OOMScoreAdjust=1000|' ${qm_service_file}"
fi

@Yarboa please correct me if I am wrong, we talked another day about this one and this issue was gone with a kernel update. Could you please confirm?

It was not triggered on RideSX SoC, it was fixed already
Anyway, i think you should use here script variable with default
OOMScoreAdjust=1000

It was not triggered on RideSX SoC, it was fixed already Anyway, i think you should use here script variable with default OOMScoreAdjust=1000

Ok, I will open an issue for that.