multithreading - how much memory a thread takes in java -


how memory foot print normal thread takes in java. assuming there no object associated it.

the amount of memory allocated thread stack specific jvm version + operating system. configured -xx:threadstacksize option (-xss on older versions.) anecdotally 512kb "normal", although 1024 on 64-bit linux platform it's commonly critical (one guy's opinion anyway)


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -