Open naulacambra opened 4 years ago
Hi,
there are several possible reasons and ways to proceed.
Docker may restrict resources without these restrictions being visible in /proc
.
Since ArangoDB 3.6.3 you may specify ARANGODB_OVERRIDE_DETECTED_TOTAL_MEMORY
with a number for this, to work around it.
Second way to get more information about whats going on could be to try the devel / nightly container, it has a crash handler which will print the position its in on SEGFAULTs.
I'm trying to upload a bunch of json data to an arango server using Arango GoDriver
Here is my code
I'm trying to upload 2000 json files.
Each one has info of N channels (wifi channels).
This code works on localhost, but when I try to upload it to a docker instance, it loads the first batch, but the second makes the docker crash. I'm unable to get more info from the docker logs
Neither from the Arango logs.
Anyone could know why this is happening?
Thank you