Versions Compared

Key

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

...

If you are using Kiuwan Local Analyzer in GUI mode, a dialog will open indicating this error:

Image RemovedImage Added

But if you click on “Analyzer log” link to open a window where log file (temp/agentGUI.log) is displayed, you will see following error message.

Image RemovedImage Added

You will find some lines as the following indicating that an Out of Memory error is produced.

...

If you are using Kiuwan Local Analyzer in CLI mode, this error is reported to the standard output.

Image RemovedImage Added

 

An error code will be returned to the calling process.

...

Panel
bgColor#fff

Solution consists on provide more memory to Kiuwan.

You can do it in two ways.

First, you can change the memory parameters clicking on Advanced button, selecting Analysis Configuration tab and modifying the “Max memory size” property (set by default to 1024 Mb).

Image RemovedImage Added

 

After modifying the value, clicking on Save button will open the next dialog:

Image RemovedImage Added

If you click “Save”, this configuration will apply only to the current applications.

If you click “Save as defaults”, configuration changes will apply to all the applications of your Kiuwan Local Analyzer installation.

 

An alternative way to change this memeory value is modifying con/analyzer.properties file. To do it, edit “memory-max” property:

# Maximum size for heap memory (1024m = 1 Gigabyte)
memory.max=1024m

If you have a specific configuration for an application and you want the change only to be applied to that specific application, you will need to modify this property in con/apps/<name_of_your_app>.properties file.

Info

In case you increase this parameter too high, it’s possible that Operating System cannot allocate such free memory. Then, you will get a Not enough Memory error. In this case, please read next section.

...