Summary: | Java application cause KDE desktop to be unresponsive. | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Dirk Heinrichs <dirk.heinrichs> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | blagozlatev, lamarque, myriam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dirk Heinrichs
2011-12-01 10:51:09 UTC
Eclipse is very resource intensive, if your computer does not have enough RAM memory it is going to trash like you described. How much memory does it have? If there is no memory leak in a KDE program I do not see what we can do about this problem. I couldn't reproduce this bug or find duplicates. (In reply to comment #1) > Eclipse is very resource intensive, if your computer does not have enough RAM > memory it is going to trash like you described. How much memory does it have? It has 3GiB! Hmm, maybe it's releated to the OpenAFS Client running with an in-memory cache... I'll check that. So, any news about this problem? Should we blame OpenAFS for it? (In reply to comment #4) > So, any news about this problem? Should we blame OpenAFS for it? Oh, sorry, forgot to write a followup. After switching OpenAFS from memcache to a disk-based cache, the problems went away. However, I still think that even the remaining 2GiB in the memcache case should be more than enough RAM for a desktop system. (In reply to comment #5) > (In reply to comment #4) > > So, any news about this problem? Should we blame OpenAFS for it? > > Oh, sorry, forgot to write a followup. After switching OpenAFS from memcache to > a disk-based cache, the problems went away. > > However, I still think that even the remaining 2GiB in the memcache case should > be more than enough RAM for a desktop system. That is what everybody wanted. My Linux in runlevel 1 takes about 290 MB. Runlevel 1 means no Xorg, no KDE desktop, nothing running, but the kernel and the command shell. With the login window (kdm) running it takes about 740 MB. After logging in and launching eclipse it takes a little more than 1 GB. Launching kmail it takes about 1.01 GB (kmail seems not to take that much ram memory). After launching chromium with four tabs the memory usage sky rocket to almost 1.9 GB of RAM. Dependending on the program set you use 2 GB is not enough. I must say that I am a little disappointed with the ram usage in this new notebook with Intel Core i7. I also own an old notebook with a Turin64 processor and in that old notebook the ram usage is much better than this one with the same set of programs running. The difference is about 300 MB of ram, which is more than one third of program set's ram memory when running on the notebook with Core i7. I use Gentoo optimized for each processor, maybe the optmizations for Intel processor causes this effect, I do not know. |