Re: Nexus Artifact Resolver unable to download large artifacts

2018-05-24 Thread Saatviga Sudhahar
I tried increasing it in the Jenkins settings, but still getting the same error. I check the Nexus logs and it says, "Connection aborted by software in Host Machine. " So the connection is aborted in the middle of download and reconnects. Therefore the part which is downloaded already is lost. I

Re: Nexus Artifact Resolver unable to download large artifacts

2018-05-23 Thread Victor Martinez
is the assigned memory to the jenkins process big enough? You can monitor the memory usage with https://wiki.jenkins.io/display/JENKINS/Monitoring if it helps Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Re: Nexus Artifact Resolver unable to download large artifacts

2018-05-22 Thread Saatviga Sudhahar
Hi, The download of the artifact by the Jenkins process seems to restart once 2GB of the repository is downloaded. How to increase this limit? I'm running it on 64-bit machine and my java is also 64-bit. THanks On Sunday, 20 May 2018 16:25:17 UTC+1, Saatviga Sudhahar wrote: > > Hi, > > I'm

Nexus Artifact Resolver unable to download large artifacts

2018-05-20 Thread Saatviga Sudhahar
Hi, I'm using Nexus Repository connector and Artifact Resolver to download a specific version of a .zip artifact which is around 3.3 GB. I usually download and copy to staging environment. But since the file is large, the Artifact resolver is not able to download it fully. It downloads 2GB first