4 Feb
2010
4 Feb
'10
2:30 p.m.
On 04-02-2010 15:27:23 +0100, Stefan de Konink wrote:
It was discussed before that there should exist an option to limit the amount of 'detected' memory to a certain value. Is this option available, if so, what is its syntax?
ulimit
The other way around was to use ulimit on the process, does this mean MonetDB will get a sigkill if it grows out of boundaries or will it just use that value as upper memory limit?
No, malloc will just return NULL.