Alex Luzin

Results 7 comments of Alex Luzin

Right now I have the same 100% CPU issue with the latest docker version always ghcr.io/arriven/db1000n:latest

Status: Image is up to date for ghcr.io/arriven/db1000n:latest 2022/04/07 08:00:05.589425 main.go:51: DB1000n [Version: v0.8.20][PID=1]

In my case, no VPN used. I start the docker container with clean command from the docs and it stops after 3-10 seconds. The output freezes at this stage: ```...

@Arriven it's a standard output w/o debug. Is there a simple way to pass debug argument inside the docker container?

> Yup, just add --debug to the end of the commandline Easy enough, thanks The output: https://pastebin.com/3zYdaSDw The container stops at this point

Seems to be memory issue, indeed. The container was 1GB when the issue appeared. After I resized it to 2GB, it worked. But according to stats, the regular memory consumption...

So, generally 1GB is more than enough, right? That's good, as running 2GB can be costly for multiple instances. I don't use any custom configuration, just the plain command from...