Customer Service Center
Home
Knowledge Base
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ17513
Printer Friendly
Email Article Link
TTworkbench: How to enhance execution memory?
Environment/Versions
TTworkbench 32/64 Bit, Microsoft Windows/Linux
Answer
For execution of big projects, you need to increase the memory reservation for Java runtime to avoid any memory errors*.
Go to the TTworkbench menu
Window > Preferences > TTCN-3 > Execution - TTman >
under '
VM arguments
' add the following:
-Xmx1024m (32bit OS)
-Xmx2048m (or more, if available on 64bit OS)
Notes:
The above setting is for the workspace. This setting can be done for a specefic project via right click on the
Project > Properties > TTCN-3 > Execution - TTman > Enable project specific settings.
(*)
Memory errors as 'out of memory error', 'heap out of memory' or 'PermGen memory error'.
Related settings:
More TTworkbench memory settings can be found in the following Articles:
FAQ17515 How to enhance execution performance?
FAQ17512 How to enhance compiler memory?
Version
3.0
Publish Date
2018-01-25
Categories
Product : Tool Handling
Related Articles
TTworkbench: How to enhance compiler memory?
TTworkbench: How to enhance runtime and execution performance?
TTworkbench: How to increase the priority of the TE process?
TTworkbench: How to increase the performance at compile time to prevent 'out of memory error', 'heap out of memory' or 'PermGen memory error'?