cancel
Showing results for 
Search instead for 
Did you mean: 

Heap size issue for JVM

prasanthi_reddy4
Explorer
0 Kudos


Hi All,

We are using SMP 3.0 and has some problem with the JVM heap size.

I have changed the max heap size on <SMP_HOME>\Server\props.ini, but when I run the Jconsole for the JVM, it still shows the old value for max heap size.

Can any of you please let me know if this is the right way to increase heap size.

Thanks,

Prasanthi.

Tags edited by: Jitendra Kansal

View Entire Topic
Ali_Chalhoub
Advisor
Advisor
0 Kudos

Hello,

You need to regenerate the service in order to take advantage of your changes. Here is what you need to do:

  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 <SMP-HOME-PATH>\MobilePlatform3\Server\bin
  4. Execute this svcutil -uninstall
  5. Execute this svcutil -generate
  6. Execute this svcutil -install
  7. Restart the SMP Mobile Service
  8. SMP 3.0 should be able to access the external resource using the proxy configuration

I hope this helps...

Thx