cancel
Showing results for 
Search instead for 
Did you mean: 

jlaunch.exe process

Former Member
0 Kudos

Hello together,

I have three of the jlaunch.exe processes in my Task-Manager and one of them needs 500 MB memory.

The process needs at the start of the j2e server 100 MB,

the next 10 minutes the needed memory grows up to 500 MB

and for this time the process needs 50-70 % of the CPU-time.

What is that for process, is that normal? Where can I remove the process?

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Patrick,

the three processes are:

- SDM

- Dispatcher

- Server

The server process is the one which consumes that much memory. The server takes about 10 minutes to start, and 500 MB are not very much for it.

Hope it helps

Detlev

Answers (1)

Answers (1)

Former Member
0 Kudos

Ok thanks, but what is SDM?

detlev_beutner
Active Contributor
0 Kudos

Hi Patrick,

SDM = Software Deploy Manager

Hope it helps

Detlev

Former Member
0 Kudos

Dear Detlev ,

In my environment, the processes jlaunch are consuming 85 % CPU, 3 processes jlaunch are active when the WEB the 640 is startup. The execution of the 3 processes is alternated without that nothing it is processed in the WEB AS, it is when the CPU to reach 100% .

I modified the parameters below, but it did not solve the problem

- Max heap size : 256

- Bootstrap value : 128

- Xms192m

- XX:NewSize=32m

- XX:MaxNewSize=64m

- XX:PermSize=192m

- XX:MaxPermSize=192m

it found this problem ?