|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Our of MemoryI have been using SmartCVS for a while now and have not had any issues. However, recently I had to setup SmartCVS on a new system for a contractor. Initially, everything worked fine. But now when she tries to open a project, Smart CVS will begin scanning the repository and soon prompts us that SmartCVS has run out of memory.
We followed the directions from the prompt to edit the file "smartcvs.vmoptions" located in Program Files/SmartCVS 7/bin, and edit the memory found "-Xmx48m". We have more than doubled this and still get the same error. Our systems are similar (Windows XP, 3GB RAM), and our "smartcvs.vmoptions" file is also the same. Any idea what is causing this and/or how to fix this? |
|
|
Re: Our of MemoryHi Jonathan,
Please verify the working copies of both projects and whether the same Java version is used. -- Best regards, Thomas Singer ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com 03/08/2011 20:40 - Jonathan wrote: > I have been using SmartCVS for a while now and have not had any issues. However, > recently I had to setup SmartCVS on a new system for a contractor. Initially, > everything worked fine. But now when she tries to open a project, Smart CVS will > begin scanning the repository and soon prompts us that SmartCVS has run out of > memory. > > We followed the directions from the prompt to edit the file "smartcvs.vmoptions" > located in Program Files/SmartCVS 7/bin, and edit the memory found "-Xmx48m". We > have more than doubled this and still get the same error. Our systems are similar > (Windows XP, 3GB RAM), and our "smartcvs.vmoptions" file is also the same. > > Any idea what is causing this and/or how to fix this? > > > > ------------------------------------ > > Yahoo! Groups Links > > > > |
|
|
Re: Our of MemoryIs one of them a 64bit OS versus a 32 bit? You might have a bit more
of an issue because while the 64 bit vm can address a LOT more heap memory the size of pointers/data types used inside the vm takes more memory to do (not double but a bit more for certain data types). - I've read that if tuned right it will use 5-10% more, if your thread stack size is wrong it can take much more. (Below is a similar question although not an in-depth treatment of the topic) http://stackoverflow.com/questions/1071029/does-a-32bit-process-need-more-memory-when-it-runs-on-a-64bit-system On Tue, 2011-03-08 at 20:58 +0100, syntevo Support wrote: > > > Hi Jonathan, > > Please verify the working copies of both projects and whether the same > Java version is used. > > -- > Best regards, > Thomas Singer > ============= > syntevo GmbH > http://www.syntevo.com > http://blog.syntevo.com > > 03/08/2011 20:40 - Jonathan wrote: > > > I have been using SmartCVS for a while now and have not had any > issues. However, > > recently I had to setup SmartCVS on a new system for a contractor. > Initially, > > everything worked fine. But now when she tries to open a project, > Smart CVS will > > begin scanning the repository and soon prompts us that SmartCVS has > run out of > > memory. > > > > We followed the directions from the prompt to edit the file > "smartcvs.vmoptions" > > located in Program Files/SmartCVS 7/bin, and edit the memory found > "-Xmx48m". We > > have more than doubled this and still get the same error. Our > systems are similar > > (Windows XP, 3GB RAM), and our "smartcvs.vmoptions" file is also the > same. > > > > Any idea what is causing this and/or how to fix this? > > > > > > > > ------------------------------------ > > > > Yahoo! Groups Links > > > > > > > > > > > > [Non-text portions of this message have been removed] |
|
|
Re: Our of MemoryThomas,
I found yesterday that my PC has Java 1.6 installed, but the system that is having issues has Java 1.5 installed. Actually, the system that is not working has multiple versions of java installed. We tried to upgrade the system to java 1.6 but ran into errors. Maybe the issue is related to java? Jonathan --- In smartcvs@..., syntevo Support <smartcvs@...> wrote: > > Hi Jonathan, > > Please verify the working copies of both projects and whether the same Java version is used. > > -- > Best regards, > Thomas Singer > ============= > syntevo GmbH > http://www.syntevo.com > http://blog.syntevo.com > > > > > > 03/08/2011 20:40 - Jonathan wrote: > > > I have been using SmartCVS for a while now and have not had any issues. However, > > recently I had to setup SmartCVS on a new system for a contractor. Initially, > > everything worked fine. But now when she tries to open a project, Smart CVS will > > begin scanning the repository and soon prompts us that SmartCVS has run out of > > memory. > > > > We followed the directions from the prompt to edit the file "smartcvs.vmoptions" > > located in Program Files/SmartCVS 7/bin, and edit the memory found "-Xmx48m". We > > have more than doubled this and still get the same error. Our systems are similar > > (Windows XP, 3GB RAM), and our "smartcvs.vmoptions" file is also the same. > > > > Any idea what is causing this and/or how to fix this? > > > > > > > > ------------------------------------ > > > > Yahoo! Groups Links > > > > > > > > > |
|
|
Re: Re: Our of MemoryHi Jonathan,
Please be sure to install the SmartCVS bundle *with* Java Runtime Environment (JRE). -- Best regards, Thomas Singer ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com 03/10/2011 14:20 - Jonathan wrote: > Thomas, > > I found yesterday that my PC has Java 1.6 installed, but the system that is having > issues has Java 1.5 installed. Actually, the system that is not working has > multiple versions of java installed. We tried to upgrade the system to java 1.6 > but ran into errors. Maybe the issue is related to java? > > Jonathan > > --- In smartcvs@..., syntevo Support <smartcvs@...> wrote: > > > > Hi Jonathan, > > > > Please verify the working copies of both projects and whether the same Java version is used. > > > > -- > > Best regards, > > Thomas Singer > > ============= > > syntevo GmbH > > http://www.syntevo.com > > http://blog.syntevo.com > > > > > > > > > > > > 03/08/2011 20:40 - Jonathan wrote: > > > > > I have been using SmartCVS for a while now and have not had any issues. However, > > > recently I had to setup SmartCVS on a new system for a contractor. Initially, > > > everything worked fine. But now when she tries to open a project, Smart CVS will > > > begin scanning the repository and soon prompts us that SmartCVS has run out of > > > memory. > > > > > > We followed the directions from the prompt to edit the file "smartcvs.vmoptions" > > > located in Program Files/SmartCVS 7/bin, and edit the memory found "-Xmx48m". We > > > have more than doubled this and still get the same error. Our systems are similar > > > (Windows XP, 3GB RAM), and our "smartcvs.vmoptions" file is also the same. > > > > > > Any idea what is causing this and/or how to fix this? > > > > > > > > > > > > ------------------------------------ > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > ------------------------------------ > > Yahoo! Groups Links > > > > |
| Free embeddable forum powered by Nabble | Forum Help |