DiscussionsIssue archiveVisualization and 3D Viewer

Archived discussion

Adjusting the window causes the memory to increase

Visualization and 3D ViewerTue, 10/17/2023 - 12:084 replies

Browse this forum
QuestionAuthor

Hello guys, when I use the 7.4.0 OpenCascade version of the MFC example, I drag the window at will, so that the memory rises from 52.2MB to 637.1MB, but after a while the memory will come down, how to solve it, can solve the problem of excessive memory growth, thank you for your guidance

Discussion

4 archived replies

Posts are displayed in their archived order.

01Author

Adjusting the window causes the memory to increase

02Commenter-1

I also have the same problem

03Commenter-2

you invoke MustBeResized too many times in a short time

04Author

thanks