Stack And Heap
Hi everyone,
I have a rather basic question so please bear with me.
You see i have a java program in which i need to read a serialized java
object at one go. You see the problem the is that the size of the java
object is 800MB.
Now what i am confused about is which command at dos prompt is appropriate
for me
Is it this
java Xmx200m big.java
or this
java Xss200m big.java
The thing is i am currently confused between the java heap size and the
java thread stack size.
What are their differences and defaults?
Which of the above two ways of running the java program would actually
suit my needs.
I am unable to test the 800MB file as it is currrently unavailable but
would really appreciate it if anyone can shed some light on this topic for
me
Thank You
Yours Sincerely
Richard West
.
Relevant Pages
- Re: Problem With Crypt::CBC
... is later read in by a Java program. ... continue using the passwords and vectors I'm using (both 8 bytes, ... use the hash, then the Java program on the other end will not be able to ... (comp.lang.perl.misc) - Re: deadlock and thread
... i have "main" java program usually called as midlet, ... other java programs which is called by the main program to perform ... several task such as sending and receiving sms etc. ... As near as I can tell, in a MIDlet you have access to the same Thread class available in regular Java apps. ... (comp.lang.java.programmer) - Re: How to interact with a Live java process from php?
... This service can only be accessed from a java program on the backend, and this program, unfortunately, is a 24/7 live process. ... My teammate is going to write a php program to handle the front end request, so my question is that, is it possible for such a design to work? ... I'll guess the "live 24/7" backend java process is a "java servlet" ... (comp.lang.php) - Re: Problem With Crypt::CBC
... My Perl script has to output data that ... is later read in by a Java program. ... use the hash, then the Java program on the other end will not be able to ... (comp.lang.perl.misc) - Re: How to compare the speed between a Java program and its original Fortran version program?
... I have translated an old Fortran program into Java program, ... Coughing up a meager translation of a FORTRAN program to Java, then running meaningless benchmarks to try to figure out if you did anything useful is a huge disservice to your customer. ... (comp.lang.java.programmer) |
|