bug-coreutils
[Top][All Lists]
Advanced

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

Re: sort 5.93 on Fedora Core 5 exits if intermediate file reaches 2 GB


From: Bob Proulx
Subject: Re: sort 5.93 on Fedora Core 5 exits if intermediate file reaches 2 GB
Date: Wed, 12 Apr 2006 08:57:14 -0600
User-agent: Mutt/1.5.9i

Tim Waugh wrote:
> Another remote possibility is that a ulimit came into play, of
> course.

I don't think it is so remote of a possibility.  I have definitely
seen ulimit be unintentionally set forcing this behavior.  I think you
made an excellent suggestion!

Keith Stanley wrote:
> Under Fedora Core 5 (and probably other versions), the program sort
> (version 5.93) exits (without cleaning up temporary files) in any of the
> temporary files reach the size of 2 GB.

What does ulimit say?

  ulimit

If it does not say "unlimited" then try setting it to unlimited and
trying again.

  ulimit unlimited

You probably should check both the soft and hard limits.

  ulimit -Sf
  ulimit -Hf

Bob




reply via email to

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