Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Choose if you want a desktop icon and press Finish.

 

JVM Heap Size

The objects (such as Projects, Line Items, Resources, etc.) are stored in the Java Virtual Machine (JVM) heap allocation. Most of these objects are short-lived and are periodically cleaned up by the JVM’s garbage collection mechanism. As the number of objects increases, performance and scalability is affected by the available heap space in the JVM. Increasing the heap size is an easy way to achieve desired performance and scalability.

To increase the Workstation JVM heap size

1.Edit <installation-directory>/bin/CostOS.l4j.ini

2.ChangeXmx value(ex. -Xmx8000m). Default value is -Xmx3800m

 

Workstation Parameters

Workstation Run Parameters

There are command line flags (or "switches") that CostOS  Workstation accept in order to enable particular features or modify otherwise default functionality.

 

  1. Exit any running-instance of CostOS.
  2. Right click on your "CostOS" shortcut.
  3. Choose properties.
  4. At the end of your "Target:" line add the command line flags. For example:
    • -exclusiveHost=192.168.2.28:8080
  5. Launch CostOS like normal with the shortcut.


 
ParameterDescription

exclusiveHost

Setup selected server hostname. The flag making the option non editable
propertiesFolder

It change the name of property folder.

There is a folder in windows user home directory that application saves user properties and custom application configurations.

Suggested if there are multiple installations.

  
 

 


...


FAQ. 1.  Q(STEP 7) I get error messages during the waiting process. What should I do?

...