Bug 1220408

Summary: [doc] Issue in "Reducing malloc (anonymous) usage"
Product: [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP5 Reporter: Vojtech Lacina <vlacina>
Component: DocumentationAssignee: Christoph Wickert <cwickert>
Status: RESOLVED FIXED QA Contact: Frank Sundermeyer <fs>
Severity: Normal    
Priority: P5 - None CC: cwickert
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard: https://jira.suse.com/browse/DOCTEAM-1319
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Vojtech Lacina 2024-02-27 09:50:36 UTC
Reducing malloc (anonymous) usage:

https://documentation.suse.com/sles/15-SP5/single-html/SLES-tuning/index.html#cha-tuning-memory-optimize-malloc

This is missing the final underscore:
MALLOC_MMAP_THRESHOLD 

according to man page #man mallopt it should be 
MALLOC_MMAP_THRESHOLD_
instead.

This is seen between 15sp2-15sp5 documentation. And also for 12sp5.
Comment 1 Tomáš Bažant 2024-03-12 11:06:01 UTC
Thank you for reporting this bug!
It is being tracked and processed as part of our queue.
Comment 2 Christoph Wickert 2024-03-13 08:37:55 UTC
Thanks for reporting this bug. It has been fixed just yesterday through https://github.com/SUSE/doc-sle/pull/1666

Backported to all affected branches. Updated docs will be released tomorrow.