summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/limits/limits.go
diff options
context:
space:
mode:
authorJamie Liu <jamieliu@google.com>2018-12-20 13:27:25 -0800
committerShentubot <shentubot@google.com>2018-12-20 13:28:46 -0800
commit194ef586fcb1bec049ee8777c2e5f70997de7a87 (patch)
tree4bc765fd4ccd858d58b0e9c9e15eb266c52eee20 /pkg/sentry/limits/limits.go
parent25d62850ce8a420600194009a7257148c43cc5f8 (diff)
Rename limits.MemoryPagesLocked to limits.MemoryLocked.
"RLIMIT_MEMLOCK: This is the maximum number of bytes of memory that may be locked into RAM." - getrlimit(2) PiperOrigin-RevId: 226384346 Change-Id: Iefac4a1bb69f7714dc813b5b871226a8344dc800
Diffstat (limited to 'pkg/sentry/limits/limits.go')
-rw-r--r--pkg/sentry/limits/limits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/limits/limits.go b/pkg/sentry/limits/limits.go
index ba0b7d4fd..eeca01876 100644
--- a/pkg/sentry/limits/limits.go
+++ b/pkg/sentry/limits/limits.go
@@ -33,7 +33,7 @@ const (
Rss
ProcessCount
NumberOfFiles
- MemoryPagesLocked
+ MemoryLocked
AS
Locks
SignalsPending