cancel
Showing results for 
Search instead for 
Did you mean: 

SMP 3.0: How to add custom JVM arguments

Former Member
0 Kudos

Hi,

how can we set custom JVM arguments in SMP 3.0? We tried adding options in the props.ini file as well as setting JAVA_OPS variable inside the go.bat file. Neither seemed to work.

So, what is the correct way to go?

Regards,

Christoph

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (1)

Answers (1)

kirankola
Advisor
Advisor
0 Kudos

Create a backup copy of props.ini before making any changes. Add your JVM arguments and do following:

1.Stop SMP 3.0 service if it is running as a service

2.Open a command prompt as an Administrator

3.Navigate to the following location \MobilePlatform3\Server\bin

4.Execute this svcutil -uninstall

5.Execute this svcutil -generate

6.Execute this svcutil -install

7.Restart the SMP Mobile Service

Warning: Use caution when changing any props.ini properties that are not described in SAP Mobile Platform Server documentation. Changing other properties can have unintended effects on your server.

Regards,

Kiran