ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Java GAE - Reduce tar ball size #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Java AppEngine apps include the JAR files for the AppEngine runtime, which
takes about 10MB of space. Uploading an app of this size takes a long time
and causes problems with MySQL (since the app column isn't arbitrarily large).

Need to untar the app, remove these files, tar it back up, and upload it
(then have the AppController put the needed files back).

Original issue reported on code.google.com by shattere...@gmail.com on 20 Nov 2009 at 5:01

GoogleCodeExporter commented 9 years ago
Fixed, reduces app size from 10MB to 10KB. Will be in next release.

Original comment by shattere...@gmail.com on 30 Nov 2009 at 10:40