HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.95k stars 543 forks source link

while the deepdive is running, it will run out of memory #660

Open XiaohuanIT opened 6 years ago

XiaohuanIT commented 6 years ago

I run the deepdive, there will be not enough spare memory for other applications. I found that there are multiple java process when it is running. By the way, my command is "deepdive do sentences". How can I adjust it? I want to make deepdive only have one process.

zian92 commented 6 years ago

You can set the number of processes like this: export DEEPDIVE_NUM_PROCESSES=1

(not sure if and how you can set it for the NLP task)