@ -700,6 +700,12 @@
<isset property= "is.running.macos" />
<isset property= "is.running.macos" />
</condition>
</condition>
<condition property= "jvm.maxheapsize"
value="-Xmx256m"
else="" >
<os arch= "i386" />
</condition>
<!-- forking prevents from debugging -->
<!-- forking prevents from debugging -->
<java classname= "net.java.sip.communicator.launcher.SIPCommunicator"
<java classname= "net.java.sip.communicator.launcher.SIPCommunicator"
fork="true"
fork="true"
@ -750,11 +756,11 @@
<sysproperty key= "felix.auto.start.68"
<sysproperty key= "felix.auto.start.68"
value="${profiler.autostart}" />
value="${profiler.autostart}" />
<!-- add some eventual profiler args -->
<!-- add some eventual profiler args , prevent server- class
<jvmarg line= "${profiler.args} ${jvmarg.line}" />
detection because -server uses much more memory for 32-bit OS
<!-- prevent server - class machine detection because - server uses
(64-bit always used -server) -->
much more memory -->
<jvmarg line= "${profiler.args} $ { j v m a r g . l i n e }
<jvmarg value= "-client" />
-client ${jvm.maxheapsize}"/>
<sysproperty key= "apple.laf.useScreenMenuBar" value= "true" />
<sysproperty key= "apple.laf.useScreenMenuBar" value= "true" />
</java>
</java>