Vssblt
Vssblt
Okay, thanks for your reply, It's great extension. I'd be happy to post a new pr.
**Additional context** `sudo lsof -p [xpra proxy's pid]` Output: ``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME /usr/bin/ 1818722 msun cwd DIR 0,75 4096 82450809 / /usr/bin/ 1818722...
**Supplementary description:** `echo 819200 > /proc/sys/fs/inotify/max_user_instances` The `too many open files` error is not report anymore when I was setting `inotify/max_user_instances` limit. However, the pipe leaks and cuda `out of...
Hi, It is possible to use this in xpra-html5? The current version html5 client using too much CPU to decoding the data.
Thank! it works.
### 简单调试了下 #### 情景一: 运行时加了 sudo,如下: ``` curl -sL https://gitee.com/mirrors/dochat/raw/main/dochat.sh | sudo bash ``` 加 `sudo` 运行会导致脚本里的用户变为 root。会在 `/root/Dochat/` 映射 docker 目录。请执行以下命令修改权限: ``` sudo chown 1000:1000 /root/DoChat -R ``` 完成后重新执行脚本。...
Same issue with node 18.7.0 on ubuntu 22.10.