gfm_viewer icon indicating copy to clipboard operation
gfm_viewer copied to clipboard

for several days can't install 1.5.0 in Beijing China (Bintray performance or how to shrink)

Open paulvi opened this issue 11 years ago • 2 comments

This is maybe network related problem, but for several days can't install 1.5.0 in Beijing China (made more than dozen attempts)

The install starts, goes for 10% - 30% then timeout.

While this is maybe only in China, I noticed that for Nodeclipse, download speed went down from ~30KBs to ~5KBs and it is likely that there is problem with big files (6MB).

paulvi avatar Oct 31 '13 10:10 paulvi

I solved this by building from sources.

As I redistribute GFMV together with Nodeclipse and the same problem with big file may happen, now there is update archive that is put on SourceForge.

paulvi avatar Nov 03 '13 12:11 paulvi

Not sure if it gives a big difference, but what if to pack all dependencies in one (uber-) .jar (and delete unused classes during the process)

http://maven.apache.org/plugins/maven-shade-plugin/

Usage example https://github.com/talios/coffee-maven-plugin/blob/develop/pom.xml#L92-L120

paulvi avatar Nov 04 '13 02:11 paulvi