uvacw / inca

24 stars 6 forks source link

add OOM-handling to installation instructions #494

Open damian0604 opened 5 years ago

damian0604 commented 5 years ago

when running too large analyses (e.g., too large soft cosine matrix), then the OOM-killer on Ubuntu kills the ES-database (instead of, e.g., the process causing the error). Add instructions of how to avoid that, most likely by adding the setting

[service]
OOMScoreAdjust=-500

to /usr/lib/systemd/system/elasticsearch.service