I add the --batch-size (currently 16777216) with a big number and show 2017-02-17T09:26:59Z [247] INFO processed 621838336 bytes (60%) of input file
Maybe --batch-size should be set as a large number 在 2017年2月17日星期五 UTC+8下午4:37:05,[email protected]写道: > > I suspect that the import has created only one shard per collection (as is > the default in arangoimp when using --create-collection true). Therefore, > all data for each collection will have ended up on the same DBserver. I > suspect that you have run into an out of memory situation on one of the > DBservers. Since you work without replication, this is fatal for the import. > What are the resource limits for your DBServer nodes (configured in the > Mesos launch of the framework)? > You should create the two collections beforehand with as many shards as > you have DBServers and then run the import with --create-collection false. > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
