Pavol Noha

Results 144 comments of Pavol Noha
trafficstars

What does output of: - `docker service ps swarmpit_app` - `docker service ps swarmpit_db` - `docker service ps swarmpit_influxdb` say ?

What is the exact error ? Use `--no-trunc` option

Most probably your VPS provider has non standard OS. It's a Docker low level system issue ([here](https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1618283) and [here](https://stackoverflow.com/questions/51930407/docker-compose-error-cannot-restrict-inter-container-communication) for example). It's most probably due to a customized kernel that...

@vermachandra We'll upgrade http kit in 1.10 to see if problem persist. See following PR: Upgrade some dependencies to latest version #546

In latest version we upgrade JRE from 8 to 11 as well as http-client which should fix thread leak. See: https://github.com/swarmpit/swarmpit/pull/546

@alfonsodg Can you check if you're facing same problem with `1.9` version ? Or just `latest` ? There were no changes since 1.8 regarding influx, we only introduced ARM so...

@lightningspirit Upgrade to latest version (1.10). There is new version of http kit.

See related issue: https://github.com/swarmpit/swarmpit/issues/551 We're digging into issue with profiler and it looks the cause is related to influx and data being displayed. If you disable influx (no dashboards) Swarmpit...

@nguni52 Yes this was possible in version 1.9 and older .. in latest version this was removed.

Good point. We should definitely support Windows users as well.