Hello,
I use the ezsdk and when I use the prebuilt rootfs the syslog have this waring :
udevd (75): /proc/75/oom_adj is deprecated, please use /proc/75/oom_score_adj instead.
what's the meaning of it ?
thanks,
Enson
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I use the ezsdk and when I use the prebuilt rootfs the syslog have this waring :
udevd (75): /proc/75/oom_adj is deprecated, please use /proc/75/oom_score_adj instead.
what's the meaning of it ?
thanks,
Enson
Hello Enson,
Please, refer to the kernel documentation. In EZSDK's Linux kernel there should be a file like this:
Documentation/ABI/obsolete/proc-pid-oom_adj
where that should be explained.
If that is not the file in your case, git grep the Documentation folder for "oom_adj" and you should find it.
Thank you.
BR
Vladimir