TYMichaelsen / covid19

Bioinformatic pipelines used to assemble SARS-CoV-2 genomes from DK
GNU General Public License v3.0
3 stars 3 forks source link

Add script that changes ulimit and then runs neo4j #21

Open tomersagi opened 4 years ago

tomersagi commented 4 years ago

you need to run ulimit -n 40000 before you start neo4j from the same shell that is running the neo4j script. Can't do it through an exec command.