Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mdb_mapp_full error when installing caffe on jetson tk1 #2293

Closed
leimingyu opened this issue Apr 9, 2015 · 1 comment
Closed

mdb_mapp_full error when installing caffe on jetson tk1 #2293

leimingyu opened this issue Apr 9, 2015 · 1 comment

Comments

@leimingyu
Copy link

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!

@leimingyu
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants