plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).

Home Page:http://plasma-umass.github.io/doppio-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rt.jar is too big to be cached

stefan-reich opened this issue · comments

For example, Firefox by default has browser.cache.disk.max_entry_size = 51200 which means that rt.jar which for me has 62 MB will not be cached.

This is really bad. I can't force users to change their browser config.

I could break up rt.jar probably? Or make it smaller some other way?

Greetings

Edit: Ah yes, of course I can throw huge chunks of rt.jar out - all the AWT stuff, for example.

Edit 2: Done, removed a bunch of stuff and am at 40 MB.