-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo 2.7.5 start.sh -Xss=256K is small? #5745
Milestone
Comments
Thanks for your report, I think the stack space should be bigger in the Spring scenario. |
mercyblitz
added a commit
to mercyblitz/dubbo
that referenced
this issue
Feb 18, 2020
mercyblitz
added a commit
that referenced
this issue
Feb 18, 2020
mercyblitz
added a commit
that referenced
this issue
Feb 19, 2020
mercyblitz
added a commit
that referenced
this issue
Feb 20, 2020
* Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常
seedeed
pushed a commit
to seedeed/dubbo
that referenced
this issue
Feb 20, 2020
…os can register (apache#5756) * Polish /apache#5745 : Increasing the stack size in the start.sh * Polish /apache#5297 : Only one of the multiple registration centers using nacos can register
seedeed
pushed a commit
to seedeed/dubbo
that referenced
this issue
Feb 20, 2020
* Polish /apache#5745 : Increasing the stack size in the start.sh * Polish /apache#5297 : Only one of the multiple registration centers using nacos can register * Polish /apache#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /apache#5442 : Merge upstream/master * Polish /apache/dubbo#apache#5239 : Mock字段注入异常 * Polish /apache/dubbo#apache#5239 : Mock字段注入异常
mercyblitz
added a commit
that referenced
this issue
Feb 21, 2020
* Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration * Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ * Bugfix for the test-cases
mercyblitz
added a commit
that referenced
this issue
Feb 28, 2020
…erface (#5801) * Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration * Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ * Bugfix for the test-cases * Polish /#5779 : Rename the local variables * Add FieldUtils * Polish /#5795 : [Feature] To support the application choose the preferred network interface * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
2.7.5
Mac OS 10.15.3 (19D76)
"1.8.0_181"/ Java(TM) SE Runtime Environment (build 1.8.0_181-b13)/ Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
Steps to reproduce this issue
start.sh
shell to startdebug
level configurationSolve by the steps:
start.sh
from dubbo to a individual place-Xss
to 512K in start.shDoes the
-Xss=256K
is too small ? So not all the Beans can be loaded by the JVM?So I wonder if
-Xss
is a configurable option?The text was updated successfully, but these errors were encountered: