Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我需要使用多个线程来使其工作得更快,但我一直面临着无法创建本机线程的情况。我读过RAM决定程序可以拥有的线程数,这取决于每个线程的线程数*堆栈大小。
我们如何知道 Java 中线程的堆栈大小?我可以自己决定线程的堆栈大小吗?
您可以创建的本机线程数取决于操作系统。而是操作系统阻止您使用如此庞大的数量,而不是内存大小。