You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tested with an intermediate size corpus (something like BNC size, 1/30 of DEWAC):
it required 67G bytes of virtual memory, although it only used 30G real memory.
In theory, this should be Okay. But it actually crashed our server with 50G memory --- due to other users who were running some parsers, etc. (The largest server that we have is 50G mem and 20G swap. So the DIRT running can crash the server. ) Note that we used only 1/30 DEWAC corpus.
We will try to run this again, but we have some serious questions.
Q: How to reduce memory footage?
will it be helpful if we raise the min count?
will it be helpful if we add "stopword" for German? (note that German stop word files are empty for now)
when crashed, already the Y elements model file grown around 10G. IMO, this is too big even for Redis ... is it not?
any other hints?
The text was updated successfully, but these errors were encountered:
Ah, I see that for English, Meni used 2 CDs (about 1G?), with 64G memory. So I think 1G SDEWAC 1/30 parsed corpus would take about the same amount of memory.... hmm. I should try with a smaller corpus? Any parameter for automated (so it can has many parse errors) corpus? --- what I hope is to see more corpus, with higher threashold or something like that. Any advice would be nice!
When tested with an intermediate size corpus (something like BNC size, 1/30 of DEWAC):
it required 67G bytes of virtual memory, although it only used 30G real memory.
In theory, this should be Okay. But it actually crashed our server with 50G memory --- due to other users who were running some parsers, etc. (The largest server that we have is 50G mem and 20G swap. So the DIRT running can crash the server. ) Note that we used only 1/30 DEWAC corpus.
We will try to run this again, but we have some serious questions.
Q: How to reduce memory footage?
The text was updated successfully, but these errors were encountered: