public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug malloc/28701] New: Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
@ 2021-12-15 21:49 patrick.mcgehearty at oracle dot com
  2022-02-15 20:01 ` [Bug malloc/28701] " patrick.mcgehearty at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: patrick.mcgehearty at oracle dot com @ 2021-12-15 21:49 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28701

            Bug ID: 28701
           Summary: Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
           Product: glibc
           Version: 2.35
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: malloc
          Assignee: unassigned at sourceware dot org
          Reporter: patrick.mcgehearty at oracle dot com
  Target Milestone: ---

The current limit on MALLOC_MMAP_THRESHOLD is either 1 Mbyte (for 32-bit apps)
or 32 Mbytes (for 64-bit apps). These limits are low for modern large memory
systems. There are no documented limits on the allowed values for the tunable.
If a value larger then the current limit is used, the setting is silently
ignored.

It would be desirable to remove the limit test on setting
MALLOC_MMAP_THRESHOLD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug malloc/28701] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
  2021-12-15 21:49 [Bug malloc/28701] New: Remove upper limit on tunable MALLOC_MMAP_THRESHOLD patrick.mcgehearty at oracle dot com
@ 2022-02-15 20:01 ` patrick.mcgehearty at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: patrick.mcgehearty at oracle dot com @ 2022-02-15 20:01 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28701

PMcGehearty <patrick.mcgehearty at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from PMcGehearty <patrick.mcgehearty at oracle dot com> ---
Patch was submitted to libc-alpha on Nov 1, 2021.

The patch was committed Dec 16, 2021.
Patch ID: 0a4df6f5342620e0ac065b50a1b978123cd5e2f1

Only change is to routine:
 do_set_mmap_threshold (size_t value)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 21:49 [Bug malloc/28701] New: Remove upper limit on tunable MALLOC_MMAP_THRESHOLD patrick.mcgehearty at oracle dot com
2022-02-15 20:01 ` [Bug malloc/28701] " patrick.mcgehearty at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).