[MonetDB-users] The maximum used memory option
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? 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? Stefan
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.
participants (2)
-
Fabian Groffen
-
Stefan de Konink