Search found 3 matches

by arthur5005
Fri Aug 10, 2012 1:53 am
Forum: Support (Vault)
Topic: Need "Detect New Folders to Add" feature
Replies: 18
Views: 25584

Re: Need "Detect New Folders to Add" feature

I've been using Vault for 2 years, and this is my biggest gripe. Often times I go a while without checking things in (working hard on a new feature, I don't want to destabilize the tree). I've learned out of habit to add files & folders as I make them, but it really slows down the 'flow' so to s...
by arthur5005
Fri Jun 17, 2011 1:01 pm
Forum: Support (Vault Professional)
Topic: Vaultpro JavaCLC runs out of memory when using -repository
Replies: 4
Views: 7319

Re: Vaultpro JavaCLC runs out of memory when using -reposito

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...
by arthur5005
Wed Jun 15, 2011 12:51 pm
Forum: Support (Vault Professional)
Topic: Vaultpro JavaCLC runs out of memory when using -repository
Replies: 4
Views: 7319

Vaultpro JavaCLC runs out of memory when using -repository

Writing a plugin for my text editor in OS X. I find that calling any command that requires for a repository to be defined causes the Java command line client to hang, then run out of memory. I can call commands such as LISTREPOSITORY and LISTUSERS just fine. Also, important to note, if I define a re...