[cosmo-dev] Running Chandler Server

Randy Letness randy at osafoundation.org
Fri Nov 9 09:18:41 PST 2007


Thomas Sturm wrote:
> Hi all,
>
> I'm trying to run chandler server on a Debian Sarge box. It is a hosted virtual server. When starting the deamon it exist after a few seconds with this message: "Exception java.lang.OutOfMemoryError: requested 24 bytes for promotion. Out of swap space?"
> When I look at memory usage, I only see the whole physical system's memory, which has 1GB free. As far as I know, my virtual part of the server is allowed to use 128MB. I also have apache, mysql and postfix/courier running. Could that be too much? What are the minimum requirements for Chandler?
>
> Best regards,
> Thomas
>
>   

I think the default jvm heap size is 128MB (running with the -server 
switch) so if you only have 128MB of system memory then thats probably 
why the process exits as it can't allocate the necessary memory.  You 
can try removing the "-server" switch in osafsrvtcl by editing the line 
starting with:

OSAFSRV_OPTS="-server ...."


-Randy



More information about the cosmo-dev mailing list