开发者

jRuby Zip out of Memory

开发者 https://www.devze.com 2022-12-31 05:05 出处:网络
We have a small utility that finds unused items on our server and zips them up then moves them this is written in jRuby. When we go to run this on the actual servers needing clean up they run out of m

We have a small utility that finds unused items on our server and zips them up then moves them this is written in jRuby. When we go to run this on the actual servers needing clean up they run out of memory before th开发者_StackOverflow社区ey can complete the operation of the clean up. The java memory is as high as we can get it to run stably on 32bit and we can't move to 64bit at this time it is around 1800m max heap size. There is our main application running as well that we would like to avoid shutting down. The zips the system is creating are 800megs plus is there any way to do this and not have the entire zip file open in memory?


Can you execute zip via the command line?

You may also want to look at pbzip2, you will still need tar to do the archival of multiple files though.

0

精彩评论

暂无评论...
验证码 换一张
取 消