Forum: Cfengine Help
Subject: Re: latest cf-monitord memor usage
Author: matter
Link to topic: https://cfengine.com/forum/read.php?3,18826,18876#msg-18876

It is a CFLAG. For example:


env CC=/usr/vac/bin/xlc_r CFLAGS="-bmaxdata:0x80000000 -qsrcmsg -qcpluscmt" 
./configure ...


What max data does:

         
-bmaxdata:
                Specifies the maximum amount of space to reserve
                for the program data segment for programs where the
                size of these regions is a constraint. Combined
                data space is slightly less than 256MB, or lower,
                depending on the limits for the user ID.

                Default: -bmaxdata:0


_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to