1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

memory is locked by default by villas::rt::lockMemory()

This commit is contained in:
Steffen Vogel 2019-02-12 17:06:46 +01:00
parent 70dd9aeafc
commit 87ff27a566

View file

@ -130,12 +130,6 @@ retry: if (use_huge) {
}
}
if (getuid() == 0) {
ret = mlock(ma->address, ma->length);
if (ret)
return NULL;
}
return ma;
}