https://bugs.winehq.org/show_bug.cgi?id=43966
--- Comment #15 from VitorMM vitormm@portingkit.com --- (In reply to Ken Thomases from comment #9)
Yes, basically. I wouldn't bother changing LDT_SIZE. If Wine tries values past what the OS supports, it will just fail in a slightly different way than if it knows it has exhausted the limit. Either way, that would only affect processes with many threads.
But isn't it going to give a faster answer if it exhausts the limit instead of waiting until it receives a system error/warning/exception?