in reply to Re: Re: Re: Re: Best Practices for Uncompressing/Recompressing Files?
in thread Best Practices for Uncompressing/Recompressing Files?

two points:

reread the question i think you missed the last two requirements:
  • reformat each uncompressed file using a proprietary program over which I have no control
  • recompress each file so that our disk doesn't run out of space


  • /tmp is not a caching filesystem in solaris it is a direct drop to RAM/SWAP -- you fill it and the RAM is starved and swap will start thrashing (read *bad*). Solaris agressivly caches on other partitions which will not starve memory.

    -Waswas
    • Comment on Re: Re: Re: Re: Re: Best Practices for Uncompressing/Recompressing Files?

    Replies are listed 'Best First'.
    Re: Re: Re: Re: Re: Re: Best Practices for Uncompressing/Recompressing Files?
    by Thelonius (Priest) on Aug 11, 2003 at 20:05 UTC
      Oh, he wants to compress the output of the proprietary program? In that case, never mind.