mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Currently, MongoDB container crashed because of resource constaints i.e. out of memory exception. This change updates the resources and provides data on how the configure/calculate them(if not following the guide). - Also, add the ability to specify the storage engine(WiredTiger) cache size for MongoDB, this configuration also helps with keeping the resources constrained for MongoDB containers. - Minor changes in some other documents as well.
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/mongodb:3.2 .
|
|
|
|
docker push bigchaindb/mongodb:3.2
|