|
From: Leif M. <le...@ta...> - 2006-12-06 04:40:12
|
Krishna,
That has been in there for a long time. I'll remove the limitation
for the next release.
For the time being, simply comment out the wrapper.java.maxmemory
property. You
can still set the memory setting manually using something like the
following:
wrapper.java.additional.1=-Xmx256m
Cheers,
Leif
krishna wrote:
> Hello all,
> We have an application that needs more memory. We are using 64bit OS to
> be able to allocate more memory to process and we are successful runnig
> jboss server with 28gb of memory. But when we use java wrapper to start
> jboss it only uses 4gb of memory. I found out in source (wrapper.c)
> that, it is hard coded to max of 4gb for -Xmx parameter. Is there any
> reason for limiting this to 4GB? If i modify wrapper.c and fix the code
> to use more memory for 64 bit OS, would it work fine? Please let me know
> asap.
> thanks,
> Krishna
> Software Engineer
> PDF Solutions, Inc.
>
|