Reducing memory of spark problem

Hi,

i try to reduce the usage of the memory spark use. The first try was to add the values -Xms16M and -Xmx32M to the startup.bat file. It open a terminal and starting spark with the given values. I look into the task manager and see that it use in the first seconds 16MB and then grows up to 32MB. But after i login it grows up to 64MB like befor. Then i try to add these values to the Advanced Install, no problem at this point but after I install the version its the same! It start with 16MB grows up to 32MB and after login it grows up to 64MB. We need a smal version of spark because we want to install it on our citrix server where many users work on the same time. And we can’t and we don’t want to setup bigger server for a instant messenger.

I will be very thankfully if anybody can help me.

regards,

Philip

Hi Philip,

Spark does need about 64 MB memory to run without OutOfMemory errors. For a client which runs on a single computer this is not a problem, but for Citrix you may want to use another XMPP client or a web based solution like SparkWeb.

LG