Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LimeReport doesn't release all of it's memory usage #414

Open
proton07 opened this issue Oct 1, 2022 · 0 comments
Open

LimeReport doesn't release all of it's memory usage #414

proton07 opened this issue Oct 1, 2022 · 0 comments

Comments

@proton07
Copy link

proton07 commented Oct 1, 2022

Hi ~~~ i have noticed a problem
my software use about 36 mb or ram after opening designer it increase ram usage to 70 mb .. after closing designer ram decrease to 61 to 59 mb i knew if i open designer once again it never take more than 76 mb with all my software but it feels like something it never release
why ram usage didn't back to 36 mb or at least 40 mb ?
The problem in preview too
here's my code

report=new LimeReport::ReportEngine();
report->dataManager()->addModel("tableview",ui->tableView->model(),true);
report->loadFromFile(QDir::currentPath().append("/release/report/test1.lrxml"));
report->designReport();

delete report;
// i tried report->deleteLater(); too
i am using version 1.6.0 windows 11 qt 5.15.2
Thank you

@proton07 proton07 changed the title LimeReport dosesn't release all of it's memory usage LimeReport doesn't release all of it's memory usage Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant