cancel
Showing results for 
Search instead for 
Did you mean: 

Portal not stable - goes down during normal config operation

Former Member
0 Kudos

We have a case of Portal system frequently going down during normal

configuration activities:

- activities in Theme Editor

- changing and saving Iview

I looked through the logs but I struggled to find errors which would

explain the cause of this problem

I wanted to implemented recommanded parameters form note 716927(see below) but I am not 100% where I should enter them.

When I go to Config Tool should they be enetered on:

- Instance level

- or Server Level

Any feedback would be greatly appreciated

-Xms2048M

initial heap size

-Xmx2048M

maximum heap size

-Xconcurrentbackground<n>

controls how many background helper threads participate in GC. Must be equal to the number of processors in an SMP or LPAR.The default value is 1.

-Xloratio0.3

controls how much of the total heap ( -Xmx setting ) is reserved for large objects. Default is 0.05, reserving 5% .

-Xparroot

enables early, parallel scanning of roots to shorten GC pause times

-Xconcurrentlevel6

controls the timing of starting concurrent GC work

-XSoftRefThreshold0

controls how many GC cycles objects kept alive by softreferences survive

-Xconmeter2

instructive parameter for the concurrent GC accurate triggering and metering

-Xk17000

the maximal number of classes the kCluster will contain, default is 1280 (each of 256 bytes). kCluster - 1st object of the heap

-Xp2048K,128K

the initial size of the pCluster and the overflow size. pCluster - 2nd object of the heap

-verbose:Xgccon

for additional mostly concurrent data

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can enter them in the Java Admin Console:

In the left frame choose Server &#8594; Services &#8594; Configuration Adapter

Choose cluster_data &#8594; Propertysheet instance.properties.ID…

Former Member
0 Kudos

How do I get to Java Admin Console. Is it in Visual Adminstrator?

Where do I enter them in Config tool?

Former Member
0 Kudos

Also, would you be able to suggest where to look for the problem cause when Portal crashes.

I checked:

/usr/sap/SID/JC<>/work

/usr/sap/SID/JC<>/j2ee/cluster/server/log

And cannot see amything obvious