This seems similar to http://support.sourcegear.com/viewtopic ... 63&p=63534 except that we are doing this from the Eclipse integrated client and not the command line.
We can attach to smaller/test repositories, but when we attempt to connect to our production repository, we get:
Unhandled event loop exception
Java heap space
Is there any way to adjust the settings to make this work?
Java Heap Space issue with Eclipse and VaultPro
Java Heap Space issue with Eclipse and VaultPro
You do not have the required permissions to view the files attached to this post.
Lynn Roth
Interactive Financial Solutions, Inc.
Interactive Financial Solutions, Inc.
Re: Java Heap Space issue with Eclipse and VaultPro
Are you on a Windows machine, Mac or Linux?
Do other machines have the same issue?
Does the same thing happen if you either try a Get from a Vault GUI client or from a command-line client?
Do other machines have the same issue?
Does the same thing happen if you either try a Get from a Vault GUI client or from a command-line client?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Java Heap Space issue with Eclipse and VaultPro
In addition to my last post, did you try increasing the Java heap space?
Check out this post from the Eclipse site: http://wiki.eclipse.org/FAQ_How_do_I_in ... Eclipse%3F.
This was also mentioned in the thread you referenced:
Check out this post from the Eclipse site: http://wiki.eclipse.org/FAQ_How_do_I_in ... Eclipse%3F.
This was also mentioned in the thread you referenced:
Another thing you could try is to increase the JVM heap size.
The -Xms### and -Xmx### may help.
For instance, adding "-Xms64M -Xmx768M" to the java command line will start the JVM with a heap of 64MB and allow it to grow to 768MB. Fine tuning those params may help getting the command line running on larger repositories.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Java Heap Space issue with Eclipse and VaultPro
This is Windows.
I just tried the command line args like:
eclipse.exe -Xms4048M -Xmx8048M
(I tried smaller values to start with)
and it still gets the same error.
I just tried the command line args like:
eclipse.exe -Xms4048M -Xmx8048M
(I tried smaller values to start with)
and it still gets the same error.
Lynn Roth
Interactive Financial Solutions, Inc.
Interactive Financial Solutions, Inc.
Re: Java Heap Space issue with Eclipse and VaultPro
Try instead putting the change into your Eclipse.ini file as mentioned in the article here: http://wiki.eclipse.org/FAQ_How_do_I_in ... Eclipse%3F. Any change?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Java Heap Space issue with Eclipse and VaultPro
That works great. Thank you for your help.
Lynn Roth
Interactive Financial Solutions, Inc.
Interactive Financial Solutions, Inc.
Re: Java Heap Space issue with Eclipse and VaultPro
Thank you for the update. Happy to hear you're working.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support