Meaning of the values for ulimit memlock flag
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
When I run docker and use the --ulimit memlock=-1:-1
option, what do the soft/hard values of -1 mean? Does it mean that I am allowing an unlimited amount memory to be locked by this container/process?
linux docker ulimit
add a comment |Â
up vote
1
down vote
favorite
When I run docker and use the --ulimit memlock=-1:-1
option, what do the soft/hard values of -1 mean? Does it mean that I am allowing an unlimited amount memory to be locked by this container/process?
linux docker ulimit
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I run docker and use the --ulimit memlock=-1:-1
option, what do the soft/hard values of -1 mean? Does it mean that I am allowing an unlimited amount memory to be locked by this container/process?
linux docker ulimit
When I run docker and use the --ulimit memlock=-1:-1
option, what do the soft/hard values of -1 mean? Does it mean that I am allowing an unlimited amount memory to be locked by this container/process?
linux docker ulimit
asked Jun 13 at 16:12
A P
62
62
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Yes you are right. Check the definition of memlock here
memlock
maximum locked-in-memory address space (KB)
This is memory that will not be paged out. It is frequently used by
database management applications such as Oracle or Sybase to lock
shared memory for a shared pool so that it is always in memory for
access by multiple sessions.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Yes you are right. Check the definition of memlock here
memlock
maximum locked-in-memory address space (KB)
This is memory that will not be paged out. It is frequently used by
database management applications such as Oracle or Sybase to lock
shared memory for a shared pool so that it is always in memory for
access by multiple sessions.
add a comment |Â
up vote
0
down vote
Yes you are right. Check the definition of memlock here
memlock
maximum locked-in-memory address space (KB)
This is memory that will not be paged out. It is frequently used by
database management applications such as Oracle or Sybase to lock
shared memory for a shared pool so that it is always in memory for
access by multiple sessions.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Yes you are right. Check the definition of memlock here
memlock
maximum locked-in-memory address space (KB)
This is memory that will not be paged out. It is frequently used by
database management applications such as Oracle or Sybase to lock
shared memory for a shared pool so that it is always in memory for
access by multiple sessions.
Yes you are right. Check the definition of memlock here
memlock
maximum locked-in-memory address space (KB)
This is memory that will not be paged out. It is frequently used by
database management applications such as Oracle or Sybase to lock
shared memory for a shared pool so that it is always in memory for
access by multiple sessions.
answered Jul 18 at 13:42
vishnu viswanath
1012
1012
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449595%2fmeaning-of-the-values-for-ulimit-memlock-flag%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password