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:
parent
70dd9aeafc
commit
87ff27a566
1 changed files with 0 additions and 6 deletions
|
@ -130,12 +130,6 @@ retry: if (use_huge) {
|
|||
}
|
||||
}
|
||||
|
||||
if (getuid() == 0) {
|
||||
ret = mlock(ma->address, ma->length);
|
||||
if (ret)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return ma;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue