(M)

Results 9 comments of (M)

Heya. Make sure your TZ location is set correctly. I actually just had this issue and noticed that I set Americas/xxxx instead of America/xxxx.

Thought I would add to this for more info. Here is also an image of the normal CPU usage to the left, versus when it goes into full CPU hog...

> I am trying a pruned node from scratch. Set log level 2, will see how it behaves after the sync and report back.

@sethforprivacy Hi! Sure thing. Here is the compose snippet. ``` monerod: image: sethsimmons/simple-monerod:latest restart: unless-stopped container_name: monerod volumes: - /mnt/volume-1/bitmonero:/home/monero/.bitmonero ports: - 18080:18080 - 18089:18089 command: >- --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node...

@sethforprivacy It's strange. When it is doing it's CPU hog thing, it literally is like pinned at 50-55% it doesn't really spike perse. I really want to run a public...

Legend! I was trying to figure this out!!!! Thanks a bunch. @baloan

Follow up: Sometimes on the federation tester it displays fine results. The other times I get a `Connection Errors Non-200 response 502 from remote server` I also sometimes get ```...

> Thank you for raising this issue. > > I think I am going to deprecate the add-on after 5.27 releases. Here are a couple of reasons: > > 1....

> Forgejo is a fork of Gitea created by Codeberg that is designed to be a drop in replacement for Gitea. https://forgejo.org/ Created a Forgejo [role](https://github.com/NeonMinnen/ansible-role-forgejo) if you're interested. ~~Attempting...