]> err.no Git - varnish/commitdiff
A note on jemalloc and ppc for the rpm package
authoringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 14 Oct 2008 23:29:49 +0000 (23:29 +0000)
committeringvar <ingvar@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 14 Oct 2008 23:29:49 +0000 (23:29 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3297 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/redhat/README.redhat

index f9e02cb4f7da01fa9b22bf3c889247ac01582ef5..4b6c2207aa612f470b6669933488ca91a33dccbb 100644 (file)
@@ -40,9 +40,24 @@ read the vcl(7) man page for more information on the vcl language.
 To gain actual value from varnish, you may want to move the listening
 port to port 80, and your webserver to 8080 or similar.
 
+Running with jemalloc on ppc or ppc64 on fedora: Edit and recompile
+===================================================================
+To get a package through to Fedora, it has to build in Red Hat's Koji
+build environment. Their ppc and ppc64 builders run mock on a RHEL
+ppc64 kernel. Our use of jemalloc does not work on this kernel, and
+the build stays unsuccessful. As ppc64 is not the primary target of
+varnish development, it may take some time to get this bug fixed. 
+To get the package through to Fedora, jemalloc is disabled in the ppc
+and ppc64 builds. 
+
+Now, varnish with jemalloc enabled is known to work at least on the
+ppc (32bit) kernel in Fedora 9. If you run on ppc, and have a workload
+that suits jemalloc better, you might want to change the specfile and
+recompile.  We would very much like feedback from anyone running
+varnish on Fedora's own ppc64 kernel.
 
 Building a RPM package from SVN
-==============================
+===============================
 You may build the package from a svn checkout. Follow the instructions
 at http://varnish.projects.linpro.no/wiki/Repository to get the
 source. Then enter the trunk directory and edit