16 Oct 2019 02:49 PM - last edited on 13 Apr 2023 09:57 AM by Karolina_Linda
Hello everyone!
We were questioned by the operating systems team, which reported to us that on some servers were with the error below in dmesg,
"Oct 5 03:46:15 srvpwcpvlbr02 kernel: [29989.079976] oneagentnetwork: page allocation failure. order:4, mode:0xd0"
According to them, the normal is the application allocating memory pages with 4 KB sizes, the agent in the case is attempting to allocate 64 Kb.
Does the OneAgent really need to allocate this amount of memory? Do you have any way to optimize this?
Best Regards
Carlos Coqueiro
Solved! Go to Solution.
16 Oct 2019 05:28 PM
Carlos, Can you clarify whether this happened a single time on a single host, or are you seeing these messages repeatedly on more than one host?
16 Oct 2019 05:33 PM
The analyst saw this message on more than one host, repeatedly.
16 Oct 2019 05:51 PM
Carlos,
This question might be hard to get answered on the forum. You might be better off creating a support case which can be formally escalated to engineering where this type of design question can be properly answered.
17 Oct 2019 04:13 AM
Hey i made a chat with support a few weeks ago for the same topic:
(In our case: Sep 29 08:06:54 XXXXXXXXXXXX kernel: oneagentnetwork: page allocation failure. order:4, mode:0xd0 )
This is what i got:
This message does not indicate any problem with Dynatrace components. The messages are caused by the fact, that libpcap (third party library we use to capture network traffic) is unable to find continuous block in kernel address space. If the continuous address space may not be found, libpcap will use ioctl to pass the captured traffic to Network Agent instead. This will affect the Network Agent performance to some degree, but should not have impact on any other system components.
This is a known message in Dynatrace that doens't represent a problem in either your environment or in Dynatrace components. As of right now there is no way to "stop" it from show up at the messeges log.17 Oct 2019 03:17 PM
Thank you very much Dante, this make sense, i gotcha! I will report this message to the SO team.