<p>Hi , not a solution, just a question/observation regarding your solution.</p>
<p>Considering how large your logs are already, how much more will they grow, and at what rate?</p>
<p>Your solution, although a lot more elegant than just increasing volume space, would potentially have the same issue down the line, which would then require more time to solve the same issue again.</p>
<p>Is that really thus a good solution? Not dissing your idea, and some good thinking out the box, but sometimes staying within the box is better ;)<br>
 </p>
<p>-Lucas</p>
<p><a href="http://www.dedmeet.com">www.dedmeet.com</a></p>
<div class="gmail_quote">On Jun 7, 2012 3:58 PM, "Alexander Hartner" <<a href="mailto:alex@j2anywhere.com">alex@j2anywhere.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
We have a process which every so often could run out of memory. To diagnose the problem we are generating a full memory dump of the process. Our problem is that the generated dump does not fit onto the available allocated disk space. Before you go off and tell me to get more disk space I have to say that this is in a VM. We could increase the amount of space available, however before doing this I was contemplating other options. What I came up with was to use a compressed image to write the logs to. Something like mounting a ZIP file in read / write mode. Writing speed is not that much of an issue here as long as it is comparable to using an NFS share. The file being generated is possibly several GB large. In testing GZIP managed to reduce it significantly.<br>

<br>
I had a look online and found several options to achieve this in read-only mode, but I need write access to the compressed disk image as well.<br>
<br>
Thanks in advance<br>
Alex<br>
_______________________________________________<br>
PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br>
<a href="http://lists.plug.org.au/mailman/listinfo/plug" target="_blank">http://lists.plug.org.au/mailman/listinfo/plug</a><br>
Committee e-mail: <a href="mailto:committee@plug.org.au">committee@plug.org.au</a><br>
PLUG Membership: <a href="http://www.plug.org.au/membership" target="_blank">http://www.plug.org.au/membership</a><br>
</blockquote></div>