Hello On Mon, Mar 26, 2012 at 11:44 AM, Manuel Amador <[email protected]> wrote: > memorylimit and memorysoftlimit can be determined using the ulimit system > call.
Do you mean getrlimit? man 2 ulimit on F16 says it's not implemented. If it's getrlimit, is it RLIMIT_AS? > you cannot detect when you've hit the soft limit other than by getting a NULL > on malloc. Thanks. I guess I could just duplicate this info with an environment variable or parameter passed to the process. Regards Albert _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
