1
0
Fork 0

Merge pull request #3104 from arangodb/feature/documentation-topics

Feature/documentation topics
This commit is contained in:
Wilfried Goesgens 2017-08-22 17:07:32 +02:00 committed by GitHub
commit c64d560231
2 changed files with 6 additions and 1 deletions

View File

@ -67,7 +67,7 @@ From [www.kernel.org](https://www.kernel.org/doc/Documentation/sysctl/vm.txt):
Execute
sudo bash -c "echo 0 >/proc/sys/vm/overcommit_memory"
sudo bash -c "echo 0 >/proc/sys/vm/zone_reclaim_mode"
before executing `arangod`.

View File

@ -151,6 +151,11 @@ and [Arangorestore](../Administration/Arangorestore.md) to restore a backup into
- you need the system collection `_graphs` if you backup named graphs.
- you need to backup the complete set of all edge and vertex collections your graph consists of. Partial dump/restore may not work.
### Managing graphs
By default you should use [the interface your driver provides to manage graphs](../HTTP/Gharial/Management.html).
This is i.e. documented [in Graphs-Section of the ArangoDB Java driver](https://github.com/arangodb/arangodb-java-driver#graphs).
### Example Graphs
ArangoDB comes with a set of easily graspable graphs that are used to demonstrate the APIs.