cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Can someone help me DisableExplicitGC

cswaner
5-Regular Member

Can someone help me DisableExplicitGC

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 3

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
BenLoosli
23-Emerald II
(To:cswaner)

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.

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
Top Tags