Speed up Lotus Notes 8.5.X with a oneliner

Works only on linux of cource! :-)
cat /opt/ibm/lotus/notes/framework/rcp/deploy/jvm.properties | grep Xmx
> vmarg.Xmx=-Xmx256m

In the onliner below wordpress will thrash my single quotes and replace them with something useless. On my keyboard these single quotes are located directly to the left of the Enter key.

sudo sed -i ‘s/vmarg.Xmx=-Xmx256m/vmarg.Xmx=-Xmx768m/g’ /opt/ibm/lotus/notes/framework/rcp/deploy/jvm.properties

cat /opt/ibm/lotus/notes/framework/rcp/deploy/jvm.properties | grep Xmx

>vmarg.Xmx=-Xmx768m

2 Responses to “Speed up Lotus Notes 8.5.X with a oneliner”

  1. Bosse Says:

    Since Notes 9: sudo sed -i ‘s/vmarg.Xmx=-Xmx256m/vmarg.Xmx=-Xmx768m/g’ /opt/ibm/notes/framework/rcp/deploy/jvm.properties

  2. Bosse Says:

    sudo sed -i ‘s/vmarg.Xms=-Xms48m/vmarg.Xms=-Xms128m/g’ /opt/ibm/notes/framework/rcp/deploy/jvm.properties

Leave a comment