python - Lucene and Django with Limited Memory -


I am running a Django application with a limited application memory on a shared web server. I have a search functionality for Lusen I want to include Looking at the limited amount of memory, what are my options?

I thought about using Solar, but it seems that the solar is very hungry. Do you think it would be possible to reduce its memory footprint to only 15-20 MB for a small dataset (only thousands of sentences).

I like the solutions that only require Python, but I am open too thanks in advance for other suggestions.

You are not receiving JVM for FIT even in 15 MB. I do not try to run Solar unless there is at least 200MB of memory.

You can try, a pure Python search library, or, which is easy to integrate into the DEGENGO in C ++.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -