Rudi,
We were seeing the same issues in 7.1, especially with large Sync’s and bigger project compares. Here’s what I wrote up for my lot (and seems to have helped), based on a tech note (do a Google)…
If you are experiencing "Out of Memory" pop-up messages when using Synergy (especially when doing memory-intensive actions like very large sync's and large whole-project diffs) then your Synergy installation's "Java Heap Size" settings may need tweaking. Here's how to rectify this issue...
1. Navigate to C:\Program Files (x86)\IBM\Rational\Synergy\7.1\bin and save a copy of the cmsynergy.lax file (e.g. copy file and rename to cmsynergy.lax.save).
2. Open up the cmsynergy.lax file and search for the lines starting "lax.nl.java.option.java.heap.size.max" and "lax.nl.java.option.java.heap.size.initial=256m" and change the settings as below...
a. If you have a 16Gb RAM "Developer's Laptop"...
o lax.nl.java.option.java.heap.size.max=1024m
o lax.nl.java.option.java.heap.size.initial=256m
b. If you have a standard 4Gb laptop/desktop machine...
o lax.nl.java.option.java.heap.size.max=256m
o lax.nl.java.option.java.heap.size.initial=64m
NOTE: If these values don't work for you, then experiment with different values, but bear in mind the higher you put the values, the slower the Synergy start-up times may be (according to Rational).
Obviously, you’ll need to experiment with different values depending on the available RAM you have on your machines.
Cheers,
Nige
--
You received this message because you are subscribed to the Google Groups "Synergy CM Tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
synergy-cm-to...@googlegroups.com.
To post to this group, send email to
synergy...@googlegroups.com.
Visit this group at
http://groups.google.com/group/synergy-cm-tool?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
I would have thought that the change in design from 6.5 to 7.X (web connect) would use more ram on the server as a lot of the processing has moved from the client machine to the server. On a default machine running 7.2 or 7.1 we get away with 512M Ram and rarely have a problem even on a big sync. Whilst 7.2.0.3.001 is far from perfect we have not had any issues re memory like you are seeing.. that said we are running on Lunix rather than windows server so it may just be a difference on that. I would try changing your JRE to the oracle (sun) version to see if you still have the same memory issues. We find some interesting performance gains (and losses) using different JRE versions.
There does appear to be an issue reported with 7.2 running on oracle not closing sessions but I believe it is isolated to just oracle users not Informix.
Peter
From: synergy...@googlegroups.com [mailto:synergy...@googlegroups.com]
On Behalf Of Rudi
Sent: Wednesday, 6 March 2013 2:10 AM
To: synergy...@googlegroups.com
Subject: Is Synergy 7.2 a memory hog?
I am starting to wonder if I have 'misconfigured' my Synergy 7.2 system as I noticed a tremendous increase in memory (RAM) utilization while running a java client or the cli.
--
You received this message because you are subscribed to the Google Groups "Synergy CM Tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
synergy-cm-to...@googlegroups.com.
To post to this group, send email to
synergy...@googlegroups.com.
Visit this group at
http://groups.google.com/group/synergy-cm-tool?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
"Warning:
The information contained in this email and any attached files is
confidential to BAE Systems Australia. If you are not the intended
recipient, any use, disclosure or copying of this email or any
attachments is expressly prohibited. If you have received this email
in error, please notify us immediately. VIRUS: Every care has been
taken to ensure this email and its attachments are virus free,
however, any loss or damage incurred in using this email is not the
sender's responsibility. It is your responsibility to ensure virus
checks are completed before installing any data sent in this email to
your computer."
Further to that I have not noticed much memory difference between 7.1 and 7.2 on the client side. There are two operations which will always blow the memory usage of the java client out.. a large sync and a show history.. that said you should get the memory back once you close the windows as a garbage collect should occur.
Peter
Thanks Ian – I’ll give that a shot!
--