阅读:6398回复:24
关于firefox占用内存问题
我的firefox是1.8.20060.42618版本的 现在 基本上占用内存为;:
物理内存;:74964K 虚拟内存;:65992K 这个就是 平均情况 我的内存是512MB 怎么回事呢/? 怎么占了这么多 /?我对比 IE maxthon OPERA 都没有这么多 哪位高手指点一下 谢谢`~ |
|
1楼#
发布于:2006-07-09 14:53
解决方法是换成128m的内存条(恩,非原创)
内存占用绝对会大降 |
|
|
2楼#
发布于:2006-07-09 14:53
你的FF版本:
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 有个狐狸说:内存是拿来用的,不是担心的,你有512M你怕啥子? |
|
|
3楼#
发布于:2006-07-09 14:53
直接飘过
|
|
|
4楼#
发布于:2006-07-09 14:53
楼上的头像图片真是容易引起公愤!
居然还到处招摇 |
|
5楼#
发布于:2006-07-09 14:53
|
|
|
6楼#
发布于:2006-07-09 14:53
搜一下吧,这个问题早讨论过了,现在没有必要再来讨论了
|
|
|
7楼#
发布于:2006-07-09 14:53
闲着也是闲着
不用浪费 |
|
|
8楼#
发布于:2006-07-09 14:53
这么点内存就担心了
我这里动辄上150M的 提高浏览速度,响应速度才是王道 |
|
9楼#
发布于:2006-07-09 14:53
只要不影响你其他的程序就没有问题。
|
|
10楼#
发布于:2006-07-09 14:53
FX的内存政策
四个字 看菜吃饭! |
|
|
11楼#
发布于:2006-07-09 14:53
FF 目前有大量内存泄漏问题,但有不少已经修复,部份会在 2.0 反映,大部份会在 3.0 反映。下面是未反映在 FF 1.5.04 的已修复的内存泄漏问题:
Fixed on Gecko 1.8 Branch
Bug 206520 - XMLHttpRequest leaks memory if send() not called and event listeners set Bug 283565 - Improper use of Realloc (mlk/crash) and silly return value for OOM Bug 289689 - Memory leak: nsDebugImpl::Assertion, Create Process Bug 289897 - huge memory leak when klipper is running Bug 316775 - leak when selecting Bug 317478 - leaks due to global scope polluter being removed from not enough (?) prototype chains Bug 319980 - javascript garbage collector not run when supposed to, leading to "memory leak" Bug 323454 - [FIX]Don't leak the channel and XMLHttpRequest object if AsyncOpen fails Bug 321283 - Using Find causes documents to leak Bug 323532 - Leak when using history autocomplete Bug 323377 - Lots of leaks in nsInternetSearchService Bug 325984 - DOMWindow leak with <col onload> Bug 330624 - accessibility code (when accessibility enabled) holds on to DOM nodes until shutdown Bug 330780 - [ATK only] global nsAppRootAccessible is not released on shutdown Bug 330878 - Firefox leaks the update.xml document when it checks for updates Bug 333134 - Accessibility still leaking when AT used Bug 333764 - Livemark Service leaking nsRDFResource and RDFServiceImpl references Bug 334105 - [FIX]ASSERTION: Bogus: '!mHead' (nsLineBox.cpp#916 - nsFloatCacheFreeList::Append) Bug 336922 - nsAnnotationService leaks Bug 337044 - Search engine Manager leaks an observer when canceled Bug 341301 - 1.8 branch firefox leaks like a sieve [/list:u] Fixes on the Gecko 1.8 branch will be included in future Firefox releases from that branch, such as Firefox 2.0. These fixes may also be included in future Firefox 1.5.x releases. Note: Some of the bugs in this list apply to new functionality not found in earlier releases, and are mainly of interest to people testing nightly builds. Fixed on Trunk
Bug 206520 - XMLHttpRequest leaks memory if send() not called and event listeners set Bug 241518 - calling addEventListener with a closure holding a content node leaks the document Bug 283565 - Improper use of Realloc (mlk/crash) and silly return value for OOM Bug 289689 - Memory leak: nsDebugImpl::Assertion, Create Process Bug 289897 - huge memory leak when klipper is running Bug 315708 - Should release found link and current window object from nsTypeAheadFind.cpp Bug 315951 - unknown content type dialog leaks domwindow Bug 316775 - leak when selecting Bug 317478 - leaks due to global scope polluter being removed from not enough (?) prototype chains Bug 319980 - javascript garbage collector not run when supposed to, leading to "memory leak" Bug 320211 - parser-related leak when loading DOM inspector in Firefox Bug 321040 - observer service should remove null weak references from observer lists when enumerating Bug 321283 - using Find causes documents to leak Bug 323377 - Lots of leaks in nsInternetSearchService Bug 323441 - Memory leak if a site sets location and then document.writes (e.g. when visiting <!-- w --><a class="postlink" href="http://www.economist.com">www.economist.com</a><!-- w -->) Bug 323454 - [FIX]Don't leak the channel and XMLHttpRequest object if AsyncOpen fails Bug 323532 - [FIX] Leak when using history autocomplete Bug 323534 - createTreeWalker can cause leaks due to cycles created by closures Bug 325305 - minor memory leak in CERT_FindCertByNameString Bug 325984 - DOMWindow leak with <col onload> Bug 326491 - Leaked observer service leaks things on shutdown Bug 327670 - Memory leak in MarkOutOfFlowChild Bug 329071 - Leaking an nsZipFind if jar enumerator allocation fails Bug 330624 - accessibility code (when accessibility enabled) holds on to DOM nodes until shutdown Bug 330649 - leak nsContentShellInfo objects Bug 330780 - [ATK only] global nsAppRootAccessible is not released on shutdown Bug 330878 - Firefox leaks the update.xml document when it checks for updates Bug 331706 - Leak when scrolling Bug 333134 - Accessibility still leaking when AT used Bug 333296 - nsCharsetConverterManager::GetList leaks array if it can't get catman Bug 333298 - nsTextToSubURI::UnEscapeAndConvert leaks pBuf if decoder->Convert fails Bug 333313 - oom mlk in InternetSearchDataSource::BeginSearchRequest Bug 333354 - mlk on early return Bug 333672 - Leaking imgSurf in nsCanvasRenderingContext2D::DrawImage Bug 333674 - We leak oldVal on OOM in nsUint32ToContentHashEntry::PutContent Bug 333733 - Could leak attr in nsFrameUtil::Tag::ReadAttrs Bug 333764 - Livemark Service leaking nsRDFResource and RDFServiceImpl references Bug 333796 - Could potentially leak ctx in nsSVGCairoGlyphGeometry::GetBoundingBox Bug 334105 - [FIX]ASSERTION: Bogus: '!mHead' (nsLineBox.cpp#916 - nsFloatCacheFreeList::Append) Bug 334421 - Shutdown leak of mEvictionQ entries Bug 334898 - jsj_ResolveExplicitMethod leaks arg_start if convert_java_method_arg_signatures_to_hr_strin fails Bug 335785 - wrapper reparenting leak on gmail Bug 336475 - Coverity NSC_VerifyInit error paths don't free "info" Bug 336477 - Coverity CERT_UncacheCRL variable named "returned" is not freed if !removed Bug 336922 - nsAnnotationService leaks Bug 336961 - DOM Inspector leaks (dom.js) Bug 337029 - [mlk] bookmark properties dialog leaks a microsummaryObserver when canceled Bug 337044 - Search engine Manager leaks an observer when canceled Bug 337110 - Coverity OOM Crash and memory leak [@ PK11_CreatePBEParams] Bug 338003 - imgCache::Init leaks imgCache if do_GetService fails Bug 338075 - CID 538, RESOURCE_LEAK Bug 339477 - tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown Bug 339913 - Coverity OOM leak in sec_asn1d_add_to_subitems Bug 339914 - Coverity leak in NSS_CMSEncoder_Start error paths Bug 339916 - Coverity 464, leak after OOM in CERT_DistNamesFromNicknames Bug 339919 - Coverity 905, leak in CERT_GetCertNicknames [/list:u] The trunk is where bleeding edge Mozilla development takes place. Fixes on the trunk will be included in Firefox 3.0, and may be included in future Firefox 1.5.x and 2.0 releases. Note: Some of the bugs in this list apply to new functionality not found in earlier releases, and are mainly of interest to people testing nightly builds. |
|
|
12楼#
发布于:2006-07-09 14:53
楼上RP真差
|
|
|
13楼#
发布于:2006-07-09 14:53
|
|
|
14楼#
发布于:2006-07-09 14:53
elisha:楼上RP真差回到原帖 难道应该说 FF 没有内存泄漏,都是用户 RP 问题? http://plugindoc.mozdev.org/faqs/memusage.html https://bugzilla.mozilla.org/buglist.cg ... emory+leak |
|
|
上一页
下一页