Closed
Bug 746503
Opened 13 years ago
Closed 7 years ago
SQLite sqlite3PagerWrite makes 2048-byte allocations -- can we bump this up to 4096?
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
4096-byte allocations are better than 2048-byte allocations, since the former don't contribute at all to heap fragmentation.
SQLite makes a lot of 2048-byte allocations in sqlite3PagerWrite. Can we bump these up to 4096?
Comment 1•13 years ago
|
||
I bet you are testing on x64. Chances are these allocations are 1024 bytes on x86.
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•8 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•