GUI (GUIDE) with images leaking memory

조회 수: 1 (최근 30일)
CAM
CAM 2019년 3월 18일
댓글: CAM 2020년 10월 14일
Matlab 2018b with GUIDE running on Win 7.
I am programming a GUI that displays small image "thumbnails" from a directory in an axes object. The user selects an image, then presses a button to load said image into a larger axes object for analyses. I am saving the image data and other variables to a series of structures, which I am storing in the main figure using appdata.
My problem is that the GUI is leaking memory. While sitting dormant for 15 minutes, my computer's memory usage increases from 10 GB to 22 GB. The memory usage increases further when I use the GUI -- up to 30GB. At this point, Matlab seems to stall, and I often must close Matlab from the Windows Task Manager to recover the memory. If I am able to close the GUI figure, the memory is NOT returned.
I have researched this issue extensively, and have tried the suggested fixes ("pack" command, "Manage GUI memory" and "Resolve 'Out of Memory' Errors" in the documentation, storing appdata to the Desktop, restarting the computer, etc, etc). None have worked. I don't mind saying that I am very frustrated. Has anyone else had this problem, and how did you fix it?
  댓글 수: 8
Andrew Stevens
Andrew Stevens 2020년 10월 14일
Did you ever figure this out? I am having exactly the same problem with a non-GUIDE GUI. The memory just goes up when the GUI is idle and really chews up memory as I interact with the GUI. I am using R2020a and am also looking at image data (using imagesc function) in the GUI. Looking through the guidata, I cannot find any variables that can account for the memory usage.
CAM
CAM 2020년 10월 14일
I actually never did figure out the source of the leaking memory. It seemed to go away when I upgraded to 2019b late last year (2019). I have not noticed the same problem since. But (full disclosure) I did receive a new workstation (running Win10 & Matlab 2019b) in March 2020, so I am sure having a "clean" machine has helped.
Wish I could be of more help. Thank you for following up.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by