Re: [go-cd] Re: Garbage Collecition in GO

2017-08-31 Thread Chris Tamlyn
thanks. Looks better on the support pages now. Let's see what happens at 7am. On Thursday, 31 August 2017 09:29:47 UTC+1, Ketan Padegaonkar wrote: > > On Thu, Aug 31, 2017 at 1:31 PM Chris Tamlyn > wrote: > >> Since I raised this issue we've actually switched to a Linux

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-31 Thread Ketan Padegaonkar
On Thu, Aug 31, 2017 at 1:31 PM Chris Tamlyn wrote: > Since I raised this issue we've actually switched to a Linux server so the > mechanism is slightly different. When I view my support page I see: > > "-Dgo.config.repo.gc.periodic\u003dY", >

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-30 Thread keithlim2020
Yes, I see them in the support page: see blue text below. "Runtime Information": { "Name": "4808@SEAPRODMGMT01", "Uptime": 314474, "Uptime (in Time Format)": "[About 0 hours, 5 minutes, 14 seconds]", "Spec Name": "Java Virtual Machine Specification", "Spec Vendor": "Oracle

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-30 Thread Chris Tamlyn
Once you set the config as above, do you see the settings in https://:8154/go/api/support? I've followed your steps (I think) but just trying to verify if the settings are being read by the server. I don't seem to see anything on the support page. thanks Chris On Tuesday, 29 August 2017

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-29 Thread Aravind SV
You shouldn't remove the "#" before the "#include". Though the rest of the lines prefixed with a "#" are comments, in the case of the include directive, it is: "#include", as you can see here: https://wrapper.tanukisoftware.com/doc/english/props-cascading.html If you create the file

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-29 Thread keithlim2020
Thanks Ketan, I used the instruction and did these steps, must have missed something subtle. 1) in \config\wrapper-server.conf un-commented the line #include config/wrapper-properties.conf to include config/wrapper-properties.conf 2) created a new file wrapper-properties.conf with the

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-28 Thread Ketan Padegaonkar
See this page ( https://docs.gocd.org/current/installation/install/server/windows.html#overriding-default-startup-arguments-and-environment) for details on setting up system properties. On Tue, Aug 29, 2017, 5:58 AM wrote: > I have the same issue and am not able to get