Bug 359091 - Gwenview is taking >600MB of RAM when opening file.
Summary: Gwenview is taking >600MB of RAM when opening file.
Status: RESOLVED NOT A BUG
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-07 09:51 UTC by Edwin
Modified: 2016-12-20 12:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edwin 2016-02-07 09:51:49 UTC
Gwenview is taking >600MB of RAM when opening file. File size/extension does not matter.

Reproducible: Always

Steps to Reproduce:
1. Open image file in Gwenview
2.
3.

Actual Results:  
Gwenview is eating 1/4 of my RAM

Expected Results:  
I expect it to not eating 1/4 of my RAM
Comment 1 Jan Kundrát 2016-12-20 12:09:08 UTC
Hi Edwin,
what number are you looking at? By default, programs such as `top` show the amount of mapped virtual memory which is irrelevant -- right now, a simple GTK version of Vim is shown as "taking" 434MB of RAM on my system while its actual exclusive memory usage ("RSS") is < 30MB.

See e.g. http://stackoverflow.com/questions/7880784/what-is-rss-and-vsz-in-linux-memory-management .