[CalendarServer-changes] [9220] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed May 2 08:47:14 PDT 2012


Revision: 9220
          http://trac.macosforge.org/projects/calendarserver/changeset/9220
Author:   glyph at apple.com
Date:     2012-05-02 08:47:14 -0700 (Wed, 02 May 2012)
Log Message:
-----------
add some options to make the database a little faster for testing

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/test/util.py

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/test/util.py	2012-05-02 15:47:09 UTC (rev 9219)
+++ CalendarServer/trunk/txdav/common/datastore/test/util.py	2012-05-02 15:47:14 UTC (rev 9220)
@@ -98,6 +98,9 @@
                 "-c log_lock_waits=TRUE",
                 "-c log_statement=all",
                 "-c log_line_prefix='%p.%x '",
+                "-c fsync=FALSE",
+                "-c synchronous_commit=off",
+                "-c full_page_writes=FALSE",
             ],
             testMode=True
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120502/22357ae7/attachment-0001.html>


More information about the calendarserver-changes mailing list