Opened 14 years ago
Closed 10 years ago
#613 closed enhancement (obsolete)
check that browse flushes caches when memory gets tight
Reported by: | tomeu | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | cjb, bernie, godiard, humitos | Distribution/OS: | Unspecified |
Bug Status: | New |
Description
if it doesn't, Browse could listen for /dev/mem_notify getting readable and call FlushCaches or whatever it is called.
Change History (12)
comment:1 Changed 14 years ago by tomeu
- Milestone changed from Unspecified by Release Team to 0.86
comment:2 Changed 14 years ago by erikos
- Bug Status changed from Unconfirmed to New
- Type changed from defect to enhancement
comment:3 Changed 14 years ago by tomeu
- Cc cjb bernie added
- Milestone changed from 0.86 to 0.88
comment:4 Changed 13 years ago by walter
- Milestone changed from 0.88 to 0.90
comment:5 Changed 12 years ago by RafaelOrtiz
Could help also for #2659
comment:6 Changed 12 years ago by RafaelOrtiz
- Milestone changed from 0.90 to 0.94
Moving to 0.94 as it is our next release. ;).
comment:7 Changed 12 years ago by RafaelOrtiz
The change made for v122 for #2659, can help improve these situation.
comment:8 Changed 11 years ago by humitos
- Cc godiard humitos added
Is still this ticket valid? Can I close it as obsolete?
comment:9 Changed 11 years ago by godiard
Can you check if Browse keep files in any temp directory or remove them all at close?
comment:10 Changed 11 years ago by humitos
Well, there are two (at least) different caches on WebKit.
- Page Cache: this one is to keep in memory the back and forward page. We are not using this one at the moment.
- On Disk Cache: this cache keeps file on the hard disk to load web pages faster. This is implemented using libsoup (SoupCache), but it seems that we are not using this. I didn't find any related to this:
comment:12 Changed 10 years ago by godiard
- Milestone set to Unspecified
- Resolution set to obsolete
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Actually /dev/mem_notify nor anything similar has gotten yet into the kernel. Hope that for 0.88...