littleneko
littleneko
> 实际上已经有了,请尝试使用最新版本。 > > 这个主要是看机场方面的设置,可能你使用的机场对于特定软件的UA,返回的Headers不包含流量信息。 ps:subconverter下载订阅连接时会直接使用 用户请求时使用的ua,你用clash for Windows下载订阅链接的话,subconverter也会使用你提供的cfw的ua下载机场订阅。 实测和 ua 应该没关系,用 postman 请求机场订阅链接返回 header 里有流量信息;请求 subconvert 转换后的链接,返回的 header 里就没有流量信息了。是不是 subconvert 配置有问题?用的是 docker:latest
> assuming UCX allocates huge pages with sysv transport you could try: > > * disable huge pages `UCX_SYSV_HUGETLB_MODE=no` > * disable sysv transport like `UCX_TLS=rc_x,tcp,self` > > else if...
> @yosefe, shall we allow non-huge pages allocation for `ucp_am_bufs`? I still have a question: why does using TCP transports require so many `ucp_am_bufs`? In our production environment, there have...
> hi, @littleneko is it an option to upgrade the UCX version, or check if [7ca49c4](https://github.com/openucx/ucx/commit/7ca49c44817e1ca5f0531431d365d327601c7055) is part of the version in use? In older UCX versions, the receive buffers...