Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165233657
D21581.id61914.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D21581.id61914.diff
View Options
Index: usr.sbin/ntp/config.h
===================================================================
--- usr.sbin/ntp/config.h
+++ usr.sbin/ntp/config.h
@@ -287,7 +287,7 @@
#define DEFAULT_HZ 100
/* Default number of megabytes for RLIMIT_MEMLOCK */
-#define DFLT_RLIMIT_MEMLOCK 32
+#define DFLT_RLIMIT_MEMLOCK -1
/* Default number of 4k pages for RLIMIT_STACK */
#define DFLT_RLIMIT_STACK 50
Index: usr.sbin/ntp/ntpd/ntp.conf
===================================================================
--- usr.sbin/ntp/ntpd/ntp.conf
+++ usr.sbin/ntp/ntpd/ntp.conf
@@ -102,3 +102,11 @@
# Use either leapfile in /etc/ntp or periodically updated leapfile in /var/db.
#leapfile "/etc/ntp/leap-seconds"
leapfile "/var/db/ntpd.leap-seconds.list"
+
+# Specify the number of megabytes of memory that should be allocated and
+# locked. -1 (default) means "do not lock the process into memory".
+# 0 means "lock whatever memory the process wants into memory". Any other
+# number means to lock up to that number of megabytes into memory.
+# 0 will may result in a segfault when ASLR with stack gap randomization
+# is enabled.
+#rlimit memlock 32
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 8, 1:33 AM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36204623
Default Alt Text
D21581.id61914.diff (1 KB)
Attached To
Mode
D21581: Disable the default of ntpd locking of pages in memory
Attached
Detach File
Event Timeline
Log In to Comment