Author: xry111
Date: Mon Sep 21 10:58:14 2020
New Revision: 23750

Log:
js78: rephrase the desc of --disable-jemalloc

Modified:
   trunk/BOOK/general/genlib/js78.xml

Modified: trunk/BOOK/general/genlib/js78.xml
==============================================================================
--- trunk/BOOK/general/genlib/js78.xml  Mon Sep 21 10:23:31 2020        (r23749)
+++ trunk/BOOK/general/genlib/js78.xml  Mon Sep 21 10:58:14 2020        (r23750)
@@ -223,7 +223,10 @@
     
     <para>
       <parameter>--disable-jemalloc</parameter>: This switch disables the
-      internal memory allocator used in JS78. jemalloc causes a conflict with 
glibc.
+      internal memory allocator used in JS78. jemalloc is only intended for
+      the Firefox browser environment. For other applications using JS78,
+      if JS78 uses jemalloc, the application may crash as items allocated
+      in jemalloc allocator are freed on system (glibc) allocator.
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to