Author: jbeich Date: Tue Sep 25 06:56:52 2012 New Revision: 1032 Log: correct tunning example
Modified: trunk/Gecko_ChangeLog Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Mon Sep 24 18:20:09 2012 (r1031) +++ trunk/Gecko_ChangeLog Tue Sep 25 06:56:52 2012 (r1032) @@ -15,7 +15,10 @@ PR: ports/171534 [1], ports/171566 [2] -[3] To achieve similar effect for -esr ports try tuning malloc(3): +[3] To achieve similar effect for -esr ports on amd64: - $ MALLOC_CONF="narenas:1,lg_chunk:20" firefox # FreeBSD 10.0 - $ MALLOC_OPTIONS="2n2k" firefox # FreeBSD 7.0-9.x + $ MALLOC_CONF="narenas:1,lg_chunk:20" firefox # on FreeBSD 10.x + $ MALLOC_OPTIONS="2n2k" firefox # on FreeBSD 9.x + $ MALLOC_OPTIONS="2nk" firefox # on FreeBSD 8.1+ + $ MALLOC_OPTIONS="2n" firefox # on FreeBSD 8.0 + $ MALLOC_OPTIONS="4n" firefox # on FreeBSD 7.x _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
