You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugegraph-store/docs/development-guide.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ git checkout 1.7-rebase
58
58
2. Add new "Application" configuration:
59
59
- Main class: `org.apache.hugegraph.store.node.StoreNodeApplication`
60
60
- VM options: `-Xms4g -Xmx4g -Dconfig.file=conf/application.yml`
61
-
- Working directory: `hugegraph-store/apache-hugegraph-store-1.7.0`
61
+
- Working directory: `hugegraph-store/apache-hugegraph-store-<version>` (`apache-hugegraph-store-incubating-<version>` for historical 1.7.0 and earlier directories)
0 commit comments