CPT4 Jar

We have been trying to run the cpt4 jar file to add the description for use in Usagi and are getting a java memory error. Version of Java - 1.8.0_471. Does anyone have any suggestions. Thank you - Gabby

You may be able to pass command line args that will allow you to access more ram:

java -Xms2G -Xmx8G -jar cpt4.jar

This will set a initial heap of 2GB, and a max heap of 8GB (hich should be plenty).

-Chris

Thank you Chris this worked!