VGalaxies commented on code in PR #326: URL: https://github.com/apache/incubator-hugegraph-doc/pull/326#discussion_r1463414239
########## content/cn/docs/contribution-guidelines/hugegraph-server-idea-setup.md: ########## @@ -74,6 +74,18 @@ rocksdb.wal_path=. - 将 `Main class` 设置为 `org.apache.hugegraph.dist.HugeGraphServer` - 设置运行参数为 `conf/gremlin-server.yaml conf/rest-server.properties`,同样地,这里的路径是相对于工作路径的,需要将工作路径设置为 `path-to-your-directory` +> 若在 **Java 11** 环境下为 HugeGraphServer 配置了**用户认证** (authenticator),则需要参考脚本启动时的[配置](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh#L124),添加下述 **VM options**: Review Comment: Due to the incomplete consistency of the two added VM options, separate writing for better clarity. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
