djevo1

Results 6 comments of djevo1

I'm having the same issue, with the same error.

Around 100mb each or slightly larger ---Sent from Boxer | http://getboxer.com On May 9, 2017 at 5:03:49 AM PDT, Ayele wrote:I have run into similar issues a few days ago....

In this specific case we cant split files. I wrote a wrapper that uses walk to loop over the directory and use the dejavu index single file to index. The...

It appears the lock is being caused by dejavu, below is the code. ``` import sys import os #fileloc = sys.argv[-1] from dejavu import Dejavu config = { "database": {...

Have you tried to compile it as a dynamic module? I followed this guide with the exception of using the -o flag with my Nginx version. [link](https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus/). This works well...

My mistake this is the proper [link](https://www.nginx.com/blog/creating-installable-packages-dynamic-modules/)