This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug sanitizer/55517] [ASAN] ASAN doesn't work with (soft) ulimit on virtual memory


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55517

--- Comment #10 from Harald Anlauf <anlauf at gmx dot de> ---
(In reply to Kostya Serebryany from comment #9)
> > I'd like to try ASAN on a system where the sysadmins enforce
> > a hard limit.  Is this possible?
> 
> No. asan requires 20Tb (+ a bit) of *virtual* memory to properly function. 
> talk to your sysadmins to relax their limits 

That will not happen.  So ASAN will be unusable for me unless
it can be changed to work with a sane amount of virtual memory.

> > 
> > I've set the soft limit to the same value as the hard limit,
> > but keep getting similar errors.


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