How does Gurobi Compute Server allocate memory to different jobs ?
回答済みOne can configure the max number of concurrent jobs using JobLimit and the number of threads allowed for each job is controlled by the Threads parameter.
Does GCS also control the memory allocated to each job or is that left to the OS ?
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support. -
Gurobi Compute Server does not control the amount of memory allocated to each job. You can control the maximum memory allocation via the MemLimit parameter. However, hitting the maximum memory set by this parameter will result in an out-of-memory error. Please also note that if you allow for more than 1 job per compute server machine, you should always limit the Threads parameter of all your jobs submitted to the compute server to avoid "overlapping" of threads.
Best regards,
Jaromił0
投稿コメントは受け付けていません。
コメント
2件のコメント