Skip to main content
10-Marble
December 10, 2013
Question

Can someone help me DisableExplicitGC

  • December 10, 2013
  • 3 replies
  • 1354 views

Hello Gurus,


I am looking for the xconfmanager syntax to disable GC on my test server.


In production the wt.propterties reads:


wt.manager.cmd.MethodServer.nonibm.java.args=\ -XX\:NewSize\=1024m -XX\:MaxNewSize\=1024m -XX\:SurvivorRatio\=4 -XX\:PermSize\=72m -XX\:MaxPermSize\=256m -XX\:+DisableExplicitGC


Trying to get the same in my dev enviroment.


Thanks for the help.


Cam


MCAD Architect


3 replies

1-Visitor
December 10, 2013
Any easier way you can get this same setting in your development environment is to simply copy the property setting from the site.xconf of your production to the site.xconf file of your development environment, save the updated file in dev and then from Windchill shell execute
xconfmanager -p -v. After which you will need to restart Windchill.

Thanks

Alexius C. Chukwuka
IT Analyst, SAP Platform Support
Global Hosting and Network Services
Deere and Company
One John Deere Place
Moline, IL 61265 USA
23-Emerald III
December 10, 2013
Disregard the massage that this file should not be manually edited.

Edit the file to add the DisableExplicitGC to the wt properety line and then just run Xconfmanager -p -v and restart Windchill.

Or copy and paste the line from production to development like Alexius said.
1-Visitor
December 10, 2013
Hi Ben,

Thanks for the confirmation 🙂 . I have been gone from the WIndchill domain for a while now, and was not sure if it could still be done that way or not in WIndchill 10.x

Cheers

Alexius C. Chukwuka
IT Analyst, SAP Platform Support
Global Hosting and Network Services
Deere and Company
One John Deere Place
Moline, IL 61265 USA