This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: LAPACK 3.0 on small memory Linux systems (<= 64 Mbyte)


toon@moene.indiv.nluug.nl (Toon Moene) writes:
> 
> OTOH, it could be that not all of this allocation is used.  In that case
> we could be helped by a method to have Linux _not_ check for the full
> allocation at program start. (I vaguely recall that this is some sort of
> POSIX requirement).

Try

echo 1 > /proc/sys/vm/overcommit_memory

(actually you can overcommit memory anyways, but this won't turn off
some more checks)

-Andi

-- 
This is like TV. I don't like TV.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]