X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fsubprocs.c;h=527f379d4b5278ff1b3df095a7d2539e6a93bcd8;hp=b6948e8789c30dd8c8c025f79eeafa1d7a568c27;hb=6cee540bdbb571485cd5e519f89f389faebd0495;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5 diff --git a/driver/subprocs.c b/driver/subprocs.c index b6948e87..527f379d 100644 --- a/driver/subprocs.c +++ b/driver/subprocs.c @@ -88,6 +88,12 @@ extern saver_info *global_si_kludge; /* I hate C so much... */ static void limit_subproc_memory (int address_space_limit, Bool verbose_p) { + +/* This has caused way more problems than it has solved... + Let's just completely ignore the "memoryLimit" option now. + */ +#undef HAVE_SETRLIMIT + #if defined(HAVE_SETRLIMIT) && defined(RLIMIT_AS) struct rlimit r;