You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found one solution. 1TB is too large for SoC. I modify the db.cpp as shown below.
const size_t LMDB_MAP_SIZE = 1048576; // 1 GB
Now I can finish runtest.
When I run $make -j 4 runtest, the following error shows up.
F0409 15:34:32.246778 8525 db.hpp:109] Check failed: mdb_status == 0 (-30792 vs. 0) MDB_MAP_FULL: Environment mapsize limit reached
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: