0
Files
android_webview
apps
ash
base
breakpad
build
cc
chrome
chrome_frame
chromeos
cloud_print
components
content
courgette
crypto
dbus
device
extensions
google_apis
google_update
gpu
ios
ipc
jingle
media
native_client_sdk
net
ppapi
printing
remoting
rlz
sandbox
sdch
skia
sql
DEPS
OWNERS
connection.cc
connection.h
connection_unittest.cc
error_delegate_util.cc
error_delegate_util.h
init_status.h
meta_table.cc
meta_table.h
run_all_unittests.cc
sql.gyp
sql_export.h
sqlite_features_unittest.cc
statement.cc
statement.h
statement_unittest.cc
transaction.cc
transaction.h
transaction_unittest.cc
sync
testing
third_party
tools
ui
url
webkit
win8
.DEPS.git
.gitignore
.gitmodules
AUTHORS
Android.mk
DEPS
LICENSE
LICENSE.chromium_os
OWNERS
PRESUBMIT.py
PRESUBMIT_test.py
WATCHLISTS
codereview.settings
src/sql
rmcilroy@chromium.org affa2da479 Disable sqlite lookaside buffers by default.
Sqlite by default allocates 50KB per connection for use as a lookaside buffer
for small object allocation. With the malloc implementations we use, this
doesn't seem to help gain us any performance advantage, while increasing
memory overhead, therefore this CL disables sqlite lookaside buffers by default.

BUG=chromium:243769
TEST=Ran page_cycler perf test in Linux and Android and saw no noticable
     degradation. Examined traceview didn't see an increase in the time spent
     on the history or database threads.

Review URL: https://chromiumcodereview.appspot.com/16356007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204623 0039d316-1c4b-4281-b951-d872f2087c98
2013-06-06 22:20:34 +00:00
..