Skip to content

Commit

Permalink
note the need for higher mmap limits on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blackman committed Apr 5, 2014
1 parent eb7e7db commit 321457a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -72,6 +72,12 @@ NOTE: mongod is not required for serving, only index building.

A better option is to run "./sbt server/assembly" and then use the resulting server/target/server-assembly-VERSION.jar. Serve that with java -jar JARFILE --hfile_basepath /directory

Troubleshooting
===============
If you see a java OutOfMemory error at start, you may need to up your # of mapped files

on linux: sysctl -w vm.max_map_count = 131072

Talking to the Server
=====================
- [Twofishes Request Format Documentation](docs/twofishes_requests.md)
Expand Down

0 comments on commit 321457a

Please sign in to comment.