bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7357: csplit: memory exhausted when using stdout / pipe instead of a


From: Pádraig Brady
Subject: bug#7357: csplit: memory exhausted when using stdout / pipe instead of a file
Date: Tue, 09 Nov 2010 15:46:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 09/11/10 11:02, Blinker| David Hofstee wrote:
> Hi,
> 
>  
> 
> When I try to use csplit via stdout from zcat I get the message 'csplit:
> memory exhausted'. The .gz file is a mysql dump from its databases (one
> is particularly large):

Yes csplit currently doesn't use a fixed size buffer.
We need to fix that up.

$ (ulimit -v 100000; yes | ~/git/coreutils/src/csplit - /n/)
/home/padraig/git/coreutils/src/csplit: memory exhausted
23284170

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]