On Fedora, /tmp is constrained to a ~255MB tmpfs. Attempting to extract the contents of the Oracle 7 JDK archive into /tmp uses all of its space.
(See: https://github.com/socrata-cookbooks/java/blob/master/providers/ark.rb#L129-L170)
Could we we extract to Chef's file_cache_path instead of a tmpdir? Is there a better alternative?
On Fedora,
/tmpis constrained to a~255MBtmpfs. Attempting to extract the contents of the Oracle 7 JDK archive into/tmpuses all of its space.(See: https://github.com/socrata-cookbooks/java/blob/master/providers/ark.rb#L129-L170)
Could we we extract to Chef's
file_cache_pathinstead of atmpdir? Is there a better alternative?