Replies: 3 comments
-
I have checked the Memory usages of a basic agent code using memory profiler package:
Output:
I also checked with psutil:
Output: TLDR; I did a memory usage check for the basic uAgents code using both the memory-profiler and psutil packages. Using memory-profiler: Using psutil: This suggests that initializing and running a simple uAgent requires roughly 73-75 MB of memory in the current setup. |
Beta Was this translation helpful? Give feedback.
-
We are trying to get a better understanding of how agents function on a low level.
Beta Was this translation helpful? Give feedback.
All reactions