http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56200

Revision: 56200
Author:   midom
Date:     2009-09-11 18:22:33 +0000 (Fri, 11 Sep 2009)

Log Message:
-----------
  * Upstream 1.3.0
  * Changed defaults in config template to match 
    8-core boxes with lots of memory
  * -O3 build
  * Removed stripping

Modified Paths:
--------------
    debs/php5-xcache/debian/changelog
    debs/php5-xcache/debian/rules
    debs/php5-xcache/debian/xcache.ini.in

Modified: debs/php5-xcache/debian/changelog
===================================================================
--- debs/php5-xcache/debian/changelog   2009-09-11 18:20:41 UTC (rev 56199)
+++ debs/php5-xcache/debian/changelog   2009-09-11 18:22:33 UTC (rev 56200)
@@ -1,3 +1,13 @@
+xcache (1.3.0-1wm1) unstable; urgency=low
+
+  * Upstream 1.3.0
+  * Changed defaults in config template to match 
+    8-core boxes with lots of memory
+  * -O3 build
+  * Removed stripping
+
+ -- Domas Mituzas <[email protected]>  Fri, 11 Sep 2009 20:40:00 +0300
+
 xcache (1.2.2-3) unstable; urgency=low
 
   * Implement clean target in debian/rules (Closes: #489739).

Modified: debs/php5-xcache/debian/rules
===================================================================
--- debs/php5-xcache/debian/rules       2009-09-11 18:20:41 UTC (rev 56199)
+++ debs/php5-xcache/debian/rules       2009-09-11 18:22:33 UTC (rev 56200)
@@ -4,7 +4,7 @@
 DEB_HOST_GNU_TYPE    ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -O2 -Wall -fno-strict-aliasing
+CFLAGS = -O3 -Wall -fno-strict-aliasing
 
 # Enable IEEE-conformant floating point math on alphas (not the default)
 ifeq (alpha-linux-gnu,$(DEB_HOST_GNU_TYPE))
@@ -88,7 +88,7 @@
        dh_installdocs README AUTHORS THANKS
        dh_installexamples xcache.ini Decompiler.class.php
        dh_installchangelogs ChangeLog
-       dh_strip
+       #dh_strip
        dh_link
        dh_compress
        dh_fixperms

Modified: debs/php5-xcache/debian/xcache.ini.in
===================================================================
--- debs/php5-xcache/debian/xcache.ini.in       2009-09-11 18:20:41 UTC (rev 
56199)
+++ debs/php5-xcache/debian/xcache.ini.in       2009-09-11 18:22:33 UTC (rev 
56200)
@@ -5,7 +5,7 @@
 zend_extension = @EXTDIR@/xcache.so
 
 [xcache.admin]
-xcache.admin.enable_auth = On
+xcache.admin.enable_auth = Off
 # Configure this to use admin pages
 ; xcache.admin.user = "mOo"
 ; xcache.admin.pass = md5($your_password)
@@ -18,20 +18,20 @@
 xcache.shm_scheme =        "mmap"
 ; to disable: xcache.size=0
 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
-xcache.size  =                16M
+xcache.size  =               128M
 ; set to cpu count (cat /proc/cpuinfo |grep -c processor)
-xcache.count =                 1
+xcache.count =                 8
 ; just a hash hints, you can always store count(items) > slots
-xcache.slots =                8K
+xcache.slots =                2K
 ; ttl of the cache item, 0=forever
-xcache.ttl   =                 0
+xcache.ttl   =                 600
 ; interval of gc scanning expired items, 0=no scan, other values is in seconds
-xcache.gc_interval =           0
+xcache.gc_interval =           300
 
 ; same as aboves but for variable cache
-xcache.var_size  =            0M
-xcache.var_count =             1
-xcache.var_slots =            8K
+xcache.var_size  =            16M
+xcache.var_count =             4
+xcache.var_slots =            2K
 ; default ttl
 xcache.var_ttl   =             0
 xcache.var_maxttl   =          0



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to