瘦了就帅了
瘦了就帅了
> 你好,能请教一下你的脚本是怎么运行起来的吗?我用作者项目里面的demo文件,运行的时候就会报错: > (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) > 是不是还应该写些什么别的代码才能运行起来呢? 你这个问题好难回答,不知道你现在什么环境
tab.wait()是在等待线程事件返回内部信号,从外部看是在等待chrome的进程加载页面,并返回结果。
> 这个跟运行时库没什么关系,v2ray-plugin的可执行文件一共10MB左右,去哪里释放出600多MB的运行时库。 > > 我也遇到了和题主相似的情况,但我随后用Go编译了一个Hello World,发现连一个Hello World都用了600多MB的内存,所以这个大概率是Go语言本身的bug。我已经给他们提了一个bug report了,在这里:[golang/go#39174](https://github.com/golang/go/issues/39174) > > 除此之外,我还找到了一个临时的解决方案,就是用ulimit限制一下内存的使用。我把原版的v2ray-plugin下载到了`/etc/shadowsocks-libev/v2ray-plugin_linux_mipsle_sf`,然后创建了一个脚本`/etc/shadowsocks-libev/v2ray-plugin`,里面的内容是 > > ```shell > #!/bin/sh > ulimit -v 32768 # Limit memory usage to at most 32MB > trap...
Yes, I have tested it, this is a BUG of the Windows client, it can run normally on the Linux client. Although the Windows client cannot use SHELL, it can...