> 
> In regards to setting minimum and maximum stack sizes, a "good value" is
> really dependent on your application. If you're doing alot of file IO or
> very intense computations, you might want to set those numbers fairly
> high. The only way to really determine how much memory to explicitly
> allocate to your application's VM is to experiment with different
> settings. It seems to me that most folks usually use around 64 MB as the
> max size. Your mileage may vary.
> 

You are confusing "stack" and "heap".  You do not use 64 MB as the
maximum stack size.

Secondly, file I/O and computation are the least important factors
when it comes to choosing the right heap size for your application.

        - Godmar


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to