cancel
Showing results for 
Search instead for 
Did you mean: 

std_server0.out and dev_server0 increase more than 2 GB

Former Member
0 Kudos

Hello all,

we have a EP 7.0 configured with 3 nodes . Now we have the problem that one node (node=0) write to much information into the std_server0.out and dev_server0 file. The both files of node 0 increase more than 2 GB. All other files of node 1 and node 2 are maximum 0,5 MB.

Content of the files of node 0:

...

<CONCURRENT GC Free= 95596176 Expected free space= 95591344 Kickoff=95596977>

< Trace Target = 573581863 Needed Trace rate is 6.00>

<CON[28]: Concurrent collection, (21277592/1932733904) (211930136/214748208), 2957720 ms since last CON or AF>

>> 1 modes = 2,2 free at GC (reg,wild):21277592,211930136

<GC(33): freeing class sun.reflect.GeneratedMethodAccessor951(700000029ee2a08)>

....

Is there a problem or is there a posibility to limit the size of the file?

Thank you very much!

Markus

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just a keep a record while doing any changes in the JVM parameters.

Parameters like below will increase the file size

-XX:+PrintTenuringDistribution

-XX:+PrintCompilation

-XX:+HeapDump*

Copy and paste the parameters which are currently present if you need more help.

Regards,

Karthic

Former Member
0 Kudos

Hi Markus,

Please try to remove some Print parameters related to the Garbage collection GC

in the Java VM Parameters and then Restart EP7.

Let me know if this helps.

Regards,

Karthic

Former Member
0 Kudos

Hi Karthic,

can you say me the necessaryy parameter?

regards

Markus