Changjian Gao

Results 21 comments of Changjian Gao

Maybe you could try workaround in this issue: https://github.com/syl20bnr/spacemacs/issues/8967

The `MaxIdleConnsPerHost` of Go's [`http.DefaultTransport`](https://golang.org/pkg/net/http/#RoundTripper) is 2 (refer to [`DefaultMaxIdleConnsPerHost`](https://golang.org/pkg/net/http/#pkg-constants)), it means at most 2 idle (keep-alive) connections to keep per host. We may increase this config to larger value...

As a workaround, you could use [NSSM](https://nssm.cc) run JuiceFS as a Windows service. There's a [user guide](https://mp.weixin.qq.com/s/nMqCuit4zRoNCK4m-b0hxA) (written in Chinese) show how to do this (thanks @diluga).

How to ensure there're enough resource to run all PS pods? Could ElasticDL allow PS pods scaling dynamically?

@xing-yang No problem, I'll update this PR later.

@xing-yang Hi, I've updated the PR, the changes other than JuiceFS only involve removing the space character at the end of each line, no changes to the content.

@xing-yang Thanks for the feedback, I'll update this PR later.

@xing-yang Please review again