So you can use setrlimit to adjust RLIMIT_DATA heap size (amongst other different data types, I know) but how does that interact with linux overcommit? Will a malloc over the RLIMIT_DATA size instantly fail or still overcommit regardless?
|
feedback
|