From: Joel Vandal (jvandal_at_infoteck.qc.ca)
Date: Thu 27 Jun 2002 - 22:22:54 BST
Hi,
> S_CAPS="CAP_NET_RAW CAP_SYS_RESOURCE"
> Would this explains the lack of limit?
I think you self answer your problem... remove CAP_SYS_RESOURCE and the
limit will work
/* Override resource limits. Set resource limits. */
#define CAP_SYS_RESOURCE 24
:)
-- Joel Vandal