필터 지우기
필터 지우기

Can you control the RAM usage in quadratic programming?

조회 수: 2 (최근 30일)
J Fong
J Fong 2017년 3월 7일
답변: Prateek Khandelwal 2017년 3월 14일
Hi,
My current machine has 24 cores and 48GB RAM. My code has a minimization step with quadprog, which, though fast, takes a lot of RAM (I think around 16GB?), so I can only use a few cores when parallelizing my code, which has other slower steps. Is it possible to limit the RAM usage of quadprog to make it a little slower, but allow more cores to be used, leading to a faster result?

답변 (1개)

Prateek Khandelwal
Prateek Khandelwal 2017년 3월 14일
Hi, While limiting the amount of memory consumed by a single thread might not be possible, MATLAB does allow you to specify the maximum array size you can create.
Please see this MATLAB Central thread for more information.

카테고리

Help CenterFile Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by