Bug 1220408 - [doc] Issue in "Reducing malloc (anonymous) usage"
Summary: [doc] Issue in "Reducing malloc (anonymous) usage"
Status: RESOLVED FIXED
Alias: None
Product: PUBLIC SUSE Linux Enterprise Server 15 SP5
Classification: openSUSE
Component: Documentation (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Christoph Wickert
QA Contact: Frank Sundermeyer
URL:
Whiteboard: https://jira.suse.com/browse/DOCTEAM-...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-27 09:50 UTC by Vojtech Lacina
Modified: 2024-03-13 08:37 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.