cancel
Showing results for 
Search instead for 
Did you mean: 

xMII Server crashes when BLS is executed

0 Kudos

Hi,

We are facing a problem in xMII server. From xmii server we are calling a RFM which returns a dataset of around 50 thousand to 100 thousand. When the bls is executed from the http runner then the server is crashed. But it runs properly for smaller dataset. So can anybody give information about the threshold value of data set which xmii can handle. And how to overcome this situation.

Thanks and Regards,

Soumen Mondal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This is problem because of memory. You need to increase Heap size.

Regards,

Rao

0 Kudos

Hi,

Thanks for you response. Can you please give me the exact RAM size needed to run the bls which deals with 50k to 100k dataset. Does SAP provide any published documentation for this.

Thanks and Regards

Soumen Mondal

Former Member
0 Kudos

Hi,

For huge dataset you will get this problem.Fisrt check no other transactions should not run during the sametime because this is a big transaction and consuming lots of memory space.

You need to check how much memory your all transactions and whole application is consuming. If it exceeds the RAM then system will be hanged.

Thanks,

Manisha