Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2005

Tip: Looking for answers? Try searching our database.

JVM thread stack (out of memory)

Thread view: 
Chenxi - 30 Nov 2005 10:34 GMT
Hi everyone,

I am trying to run 10,000 threads on my machine, and the JVM reported
thread stack out of memory. It is obvious that I have created too many
threads (well, 2000 threads is fine, but not 10,000). I've tried to
increase JVM memory allocation.

java -Xms300m -Xmx300m -Xss4000k

but still cannot create more threads, also i found that -Xss option
didnt help, can anyone help?

Chenxi
Chris Uppal - 30 Nov 2005 12:08 GMT
> I am trying to run 10,000 threads on my machine

Unless you are using a machine with (at least) hundreds of CPUs, or are using a
JVM with an implementation that is specifically designed for /very/ lightweight
threads, nether of which is at all likely I think, then that is /far/ too many
threads.

   -- chris
Thomas Hawtin - 30 Nov 2005 12:34 GMT
> but still cannot create more threads, also i found that -Xss option
> didnt help, can anyone help?

Isn't -Xss the size of each stack? In order not to run out of address
space, you should set it as low as possible.

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.