Akkoma CPU usage

I am having trouble with akkoma using always all cpu on my vps.

currently I am hosting with an Arm 1 3.0 Ghz 4CPU and I don’t get what am I doing wrong here. Everybody seems to agree akkoma is very light on resources.

How could I troubleshoot my problem?

For while I’ve added

deploy:
  resources:
    limits:
      cpus: '0.50'

to the docker compose, and it reduced a lot of the overall load in my VPS, but increased akkomas latency (as expected I guess).

I really appreciate any ideas. Thanks!