Minimum memory footprint?

What’s the minimum heap size I can set for Openfire? I only need to support a few users – my main concern are gateways to the public IM services.

Are there any custom plugins I can cut out or compilation settings I can use to trim down the memory footprint?

Hey awmcclain,

By default the server will not use more than 64MB. It won’t even try to allocate that memory up front and only require it if more memory is needed. In other words, I would recommend using the server with default settings and if it reaches 64MB and you want it to use less than that (I wouldn’t recommend it) then you can fine tune it.

Regards,

– Gato