On Fri, Jun 15, 2012 at 2:15 AM, Janne Johansson <icepic...@gmail.com> wrote:
> The ulimits will ultimately be capped by the platform MAXDSIZ, which
> for mipses probably is 1G:
>
> ./arch/mips64/include/vmparam.h:#define MAXDSIZ
> (1*1024*1024*1024)      /* max data size */
>
> ..so that's where "ulimit -d unlimited" will allow at most.

Ah, that explains why messing with ulimit didn't seem to make any difference.

Would adjusting that help me in this case?

Reply via email to