IDEA-FinAI / ToG

This is the official github repo of Think-on-Graph. If you are interested in our work or willing to join our research team in Shenzhen, please feel free to contact us by email (xuchengjin@idea.edu.cn)
412 stars 45 forks source link

Memory needed for wikidata server #5

Closed alomrani closed 10 months ago

alomrani commented 11 months ago

Hello,

After running the wikidata servers for each chunk, my server crashes due to running out of RAM. How much memory does each server consume?

Thanks, Mohammad

GasolSun36 commented 11 months ago

@SaizhuoWang Maybe you can help answer this question.😄

SaizhuoWang commented 11 months ago

Hi, thanks for your interest in our work.

Approximately, each chunk takes ~170G of memory and it is suggested to prepare ~1.5-2T total memory to run the server. In case this amount of memory is not available on a single server node, you may also try running different chunks at different nodes, and you just need to make sure that the client can access all these nodes.