You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/09/10 20:13:08 UTC

[GitHub] [jena] afs commented on pull request #787: JENA-1950 Replace Nashorn with GraalVM-based JavaScript engine

afs commented on pull request #787:
URL: https://github.com/apache/jena/pull/787#issuecomment-690694974


   Here are all the files over 10M produced by a Jena build to look at all the places GraalVM gets picked up by bundling:
   
   No GraalVM about 245M:
   ```
    21M    apache-jena/3.17.0-SNAPSHOT/apache-jena-3.17.0-SNAPSHOT.tar.gz
    21M    apache-jena/3.17.0-SNAPSHOT/apache-jena-3.17.0-SNAPSHOT.zip
   
    53M    apache-jena-fuseki/3.17.0-SNAPSHOT/apache-jena-fuseki-3.17.0-SNAPSHOT.tar.gz
    53M    apache-jena-fuseki/3.17.0-SNAPSHOT/apache-jena-fuseki-3.17.0-SNAPSHOT.zip
   
    29M    jena-fuseki-fulljar/3.17.0-SNAPSHOT/jena-fuseki-fulljar-3.17.0-SNAPSHOT.jar
    27M    jena-fuseki-geosparql/3.17.0-SNAPSHOT/jena-fuseki-geosparql-3.17.0-SNAPSHOT.jar
    28M    jena-fuseki-server/3.17.0-SNAPSHOT/jena-fuseki-server-3.17.0-SNAPSHOT.jar
    26M    jena-fuseki-war/3.17.0-SNAPSHOT/jena-fuseki-war-3.17.0-SNAPSHOT.war
   
    16M    jena-jdbc-driver-bundle/3.17.0-SNAPSHOT/jena-jdbc-driver-bundle-3.17.0-SNAPSHOT.jar
   ```
   
   
   With GraalVM about 504M:
   ```
    40M    apache-jena/3.17.0-SNAPSHOT/apache-jena-3.17.0-SNAPSHOT.tar.gz
    40M    apache-jena/3.17.0-SNAPSHOT/apache-jena-3.17.0-SNAPSHOT.zip
   
    93M    apache-jena-fuseki/3.17.0-SNAPSHOT/apache-jena-fuseki-3.17.0-SNAPSHOT.tar.gz
    93M    apache-jena-fuseki/3.17.0-SNAPSHOT/apache-jena-fuseki-3.17.0-SNAPSHOT.zip
   
    14M    jena-elephas-stats/3.17.0-SNAPSHOT/jena-elephas-stats-3.17.0-SNAPSHOT-hadoop-job.jar
   
    52M    jena-fuseki-fulljar/3.17.0-SNAPSHOT/jena-fuseki-fulljar-3.17.0-SNAPSHOT.jar
    51M    jena-fuseki-geosparql/3.17.0-SNAPSHOT/jena-fuseki-geosparql-3.17.0-SNAPSHOT.jar
    51M    jena-fuseki-server/3.17.0-SNAPSHOT/jena-fuseki-server-3.17.0-SNAPSHOT.jar
    45M    jena-fuseki-war/3.17.0-SNAPSHOT/jena-fuseki-war-3.17.0-SNAPSHOT.war
   
    39M    jena-jdbc-driver-bundle/3.17.0-SNAPSHOT/jena-jdbc-driver-bundle-3.17.0-SNAPSHOT.jar
   ```
   Note the appearance of jena-elephas-stats
   
   The unpacked "apache-jena" goes from 25M to 63M.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org