Re: [exim] Feature Requet - Reading Free Memory

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Hilko Bengen
Ημερομηνία:  
Προς: Exim Mailing List
Αντικείμενο: Re: [exim] Feature Requet - Reading Free Memory
Marc Perkel <marc@???> writes:

> I would like the ability to read free memory in ACLs for the purpose of
> avoiding overloading the system.


Just ${run ...} an external script that parses /proc/meminfo or your
operating system's equivalent.

-Hilko