> Hmm, stupid question: what happens when 16K is not enough too, do we > increase again? When do we stop increasing? 1M, 2M... ? It's not a stupid question, it's IMHO the most important question > Sounds like we want to make it a config option with a couple of sizes > for everyone to be happy. :-) At the moment it goes bang if you freakily get three layers of recursion through allocations. But show me the proof we can't already hit four, or five, or six .... We don't *need* to allocate tons of stack memory to each task just because we might recursively allocate. We don't solve the problem by doing so either. We at best fudge over it. Why is *any* recursive memory allocation not ending up waiting for other kernel worker threads to free up memory (beyond it being rather hard to go and retrofit) ? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>