Skip to content
Discussion options

You must be logged in to vote

Hi @pinakin2050,

when using Ankaios on arm64 platforms like RaspberryPI 4 with 4GB of RAM it works fine. But probably also smaller footprints with (much) less memory should work.

I have just checked the resource consumption of v0.2.0.

If there is no workload running we get:

❯ ps -o pid,%cpu,%mem,rss,nlwp,cmd -C ank-server,ank-agent
    PID %CPU %MEM   RSS NLWP CMD
   7258  0.0  0.0  6104    9 /usr/local/bin/ank-server --startup-config /etc/ankaios/state.yaml
   7307  0.2  0.0  6376    9 /usr/local/bin/ank-agent --name agent_A

So Ankaios server uses 6.0MB of memory with 9 threads and the agent 6.2MB with 9 threads. Both use 0.0% of CPU time.

When we start nginx as workload we get:

❯ ank ge…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pinakin2050
Comment options

Answer selected by pinakin2050
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants