Roman Kruglov
Roman Kruglov
Thank you for the reply. I didn't see anything similar in any docs, though I did encounter you mentioning this `private constructor` trick in some of the issues. Would be...
Confirm, the same in my case. You can tell Win Defender to ignore it and still run the app as a temporary workaround.
guys, a bit more details from me about high CPU usage starting from this comment here https://github.com/Arriven/db1000n/issues/491#issuecomment-1091560082
@Arriven What's the default for threads? Do we need to use it (--scale parameter) for any multi-core instance? Or is there a sane default? Maybe it should set it to...
I guess adding information about increasing descriptors / sockets maximum number for different platforms would be very useful - on my Mac it was something like 256 by default, when...
@Arriven as for CPU - I noticed the app loads CPU a lot when used with IPv6, like 100%. But when it's IPv4 only - it generates a low CPU...
> could be, I don't think I've tested ipv6 functionality well enough, can you tell which specific resources you tried with ipv6? Hotspot Shield VPN seems to have only IPv6...
``` 2022/04/07 11:35:19.784759 config.go:69: Failed to fetch config from "https://raw.githubusercontent.com/db1000n-coordinators/LoadTestConfig/main/config.v0.7.json": Get "https://raw.githubusercontent.com/db1000n-coordinators/LoadTestConfig/main/config.v0.7.json": dial tcp: lookup [raw.githubusercontent.com](http://raw.githubusercontent.com/): no such host 2022/04/07 11:33:39.101158 config.go:69: Failed to fetch config from "https://raw.githubusercontent.com/db1000n-coordinators/LoadTestConfig/main/config.v0.7.json": Get "https://raw.githubusercontent.com/db1000n-coordinators/LoadTestConfig/main/config.v0.7.json":...
yep, confirm, when I used Hotspot VPN and I ran the app, it was able to get an initial list and I think it updated a few times ok, but...
> If it was able to fetch the config at least once it won't get back to embedded config and that means that the problem is somewhere else, could you...