[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-12-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Mark Linimon changed: What|Removed |Added Flags||mfc-stable13?, |

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-12-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 --- Comment #6 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=488e8a7faca51a71987fbf00cd36cfcd19269db7 commit 488e8a7faca51a71987fbf00cd36cfcd19269db7 Author:

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Bjoern A. Zeeb changed: What|Removed |Added Status|Open|In Progress --- Comment #5 from B

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 --- Comment #4 from Ed Maste --- (In reply to Mark Johnston from comment #3) They won't be aligned to sizeof(cpuset_t) indeed, but I expect they need only 8-byte alignment (i.e., alignof(long)), right? -- You are receiving this mail becau

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #3 f

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 --- Comment #2 from Ed Maste --- We can switch to run-time sizing for these, but there's a very interesting observation used by Linux that we can adopt, to significantly reduce the memory used. We have (currently) MAXCPU count of cpuset_ts

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Bjoern A. Zeeb changed: What|Removed |Added Status|New |Open --- Comment #1 from Bjoern A

[Bug 274316] excessive memory consumed by static_single_cpu_mask

2023-10-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274316 Bug ID: 274316 Summary: excessive memory consumed by static_single_cpu_mask Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New