> | The other embedded languages we have start small and can grow
> | dynamically. But I don't know what is possible in this regard for
> | Java...
> The Sun JDK has these argument. I think the IBM JDK got similar
> arguments.
> -mx <size> Maximum heap size
> -ms <size> Initial heap size
Right. So in an embedded environment, we would need to set these maximum
sizes beforehand, and hitting the upper limit would cause the
application to fail I suppose...
- Thomas