Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511363 > unrolled thread
| Started by | Jeff Moyer <jmoyer@redhat.com> |
|---|---|
| First post | 2016-10-28 21:10 +0200 |
| Last post | 2016-10-28 21:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: aio: questions with ioctx_alloc() and large num_possible_cpus() Jeff Moyer <jmoyer@redhat.com> - 2016-10-28 21:10 +0200
| From | Jeff Moyer <jmoyer@redhat.com> |
|---|---|
| Date | 2016-10-28 21:10 +0200 |
| Subject | Re: aio: questions with ioctx_alloc() and large num_possible_cpus() |
| Message-ID | <sxkHn-3Tx-7@gated-at.bofh.it> |
Benjamin LaHaise <bcrl@kvack.org> writes: > Today's high end systems are tomorrow's desktops... It probably makes Well, to some degree I agree with you. >100 processor high end systems have been around for a long time, but we still don't have those on the desktop. ;-) > sense to implement per-user limits rather than the current global limit, > and maybe even convert them to an rlimit to better fit in with the > available frameworks for managing these things. I actually wrote a patch to do this back in 2007: http://www.gossamer-threads.com/lists/linux/kernel/1043934 It used the mlock rlimit. I ultimately decided to rescind it, since there were years of experience with the current tunable, and plenty of documentation on it, too. We could put aio-max-nr on the deprecated path, though, if folks want to go that route. Let me know and I can investigate resurrecting that patch. Though I would like input on whether a new rlimit is desired. Cheers, Jeff
Back to top | Article view | linux.kernel
csiph-web