Bulk loader crashes during reduce phase

@jgoodall The following link contains dgraph master built with jemalloc (to improve memory usage). The binary needs jemalloc installed and the README.md file in the following link contains the instructions.
https://drive.google.com/drive/folders/1mZkteCjB7S-yBpjfj-TRbSTaL71UWRb0?usp=sharing

If you prefer to use docker image, you can use

docker pull jarifibrahim/dgraph:reduce-jemalloc

This docker image has jemalloc with latest dgraph binary.

@BlankRain No, that’s not expected. Does this error runtime: program exceeds 10000-thread limit show up on previous releases too? or does it show up only on the latest one?
The number of threads would also depend on how many shards you have configured. I suggest you try running the binary I’ve shared and see if that helps.