[tarantool-patches] [PATCH] Don't throw an exception in a replication handler

Vladimir Davydov vdavydov.dev at gmail.com
Tue Aug 28 13:16:39 MSK 2018


On Mon, Aug 27, 2018 at 04:28:09PM +0300, Georgy Kirichenko wrote:
> +    RLIMIT_CPU = 0,
> +    RLIMIT_FSIZE = 1,
> +    RLIMIT_DATA = 2,
> +    RLIMIT_STACK = 3,
> +    RLIMIT_CORE = 4,
> +    RLIMIT_RSS = 5,
> +    RLIMIT_NPROC = 6,
> +    RLIMIT_NOFILE = 7,
> +    RLIMIT_MEMLOCK = 8,
> +    RLIMIT_AS = 9,

Turned out OS X uses different constants. E.g. RLIMIT_NOFILE is 8,
not 7. Please fix.



More information about the Tarantool-patches mailing list