Hi all,

I was wondering if I can use a 64-bit Engine with increased java memory (we used 8GB in the server config file) in combination with 32-bit Clients.

We are using an Ivy application with ULC, the engine is running on version 6.0.11 and struggle with the situation that we can run the server but clients will not start. It looks like that the 8GB configuration of the server is transfered to the clients which cannot use that amount of memory (32-bit) and therefore fail to start.

Do I miss something here or is this combination of 64-bit server and 32-bit clients not possible.

Thx and BR,

Gerald

asked 20.10.2017 at 07:18

Gerald's gravatar image

Gerald
(suspended)
accept rate: 0%


Hi

If you mean the config in "configuration/jnlpconfig.any" there you can only change the memory settings of the ULC/RIA clients. To change the memory settings of the of the enine itself:

Windows (See docu):

  • Copy the Example.ilc file and rename it to AxonIvyEngine.ilc (or AxonIvyEngineService.ilc if you use the windows service to start the engine)
  • Change the property "ivy.heap.max.size" to your desired value in Mega bytes. E.g.:

    ivy.heap.max.size=4096

Linux (See docu):

  • Set the Xmx as you like in the bin/AxonIvyEngine.conf file. E.g.:

    JAVA_OPTS="$JAVA_OPTS -Xmx4g"

link

answered 20.10.2017 at 07:51

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 20.10.2017 at 08:14

Thx, thats helped a lot :)

(20.10.2017 at 09:48) Gerald Gerald's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×27

Asked: 20.10.2017 at 07:18

Seen: 1,382 times

Last updated: 25.10.2017 at 02:03