Du Feilong
Du Feilong
closes #4992 ### Changes: Under the Runtime area: The default value is 64, and the min value is 1.
注意到默认缓冲区大小为512KB,但是这在arm64等平台上可能不太能承受得起。 个人使用arm64 内存512MB,查了一下大约有300个连接,那缓冲区可就150MB了。。 查了一下官方文档: > 每个连接的内部缓存大小。单位为 kB。当值为 0 时,内部缓存被禁用。 > > 默认值: > > 在 ARM、MIPS、MIPSLE 平台上,默认值为 0。 > 在 ARM64、MIPS64、MIPS64LE 平台上,默认值为 4。 > 在其它平台上,默认值为 512。 > [#](https://xtls.github.io/#systempolicyobject) 是否可以将该项配置默认为null,让xray自己去判断适合的缓冲区大小呢? 十分感谢
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...
我这提示一直 机器人加不到群聊中
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...
close #1087 close #1145
add docker config
Hello, in your readme.md file for data-generate, it mentions: ` bash run.sh YOUR_SAVEDIR ` Where is the run.sh located?
it says /opt/homebrew/Cellar/onedpl/2022.0.0/include/oneapi/dpl/internal/common_config.h:20:6: error: "oneDPL requires the C++ language version not less than C++17" But AppleClang 15 supports c++17 (maybe) Project: https://github.com/InteractiveComputerGraphics/SPlisHSPlasH ``` dylan@dylans-Macbook-Air-3179 build % cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PYTHON_BINDINGS=Off -DCMAKE_C_FLAGS="$CPPFLAGS"...
it says /opt/homebrew/Cellar/onedpl/2022.0.0/include/oneapi/dpl/internal/common_config.h:20:6: error: "oneDPL requires the C++ language version not less than C++17" But AppleClang 15 supports c++17 (maybe) ``` dylan@dylans-Macbook-Air-3489 build % cmake -DCMAKE_BUILD_TYPE=Release -DUSE_PYTHON_BINDINGS=Off -DCMAKE_C_FLAGS="$CPPFLAGS" -DCMAKE_CXX_FLAGS="$CPPFLAGS" -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS"...