Skip to content

Commit

Permalink
Disable mlockall by default.
Browse files Browse the repository at this point in the history
Because we switched to R16 and it's known to cause problems.

Change-Id: I7546e2122ab7427d494a8556aa54f604efb8c152
Reviewed-on: http://review.couchbase.org/36285
Tested-by: Aliaksey Artamonau <aliaksiej.artamonau@gmail.com>
Reviewed-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
  • Loading branch information
aartamonau authored and alk committed Apr 25, 2014
1 parent fcc35e5 commit b8792be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase-server.sh.in
Expand Up @@ -153,7 +153,7 @@ _start() {
-ns_server config_path "\"@PREFIX@/etc/couchbase/static_config\"" \
-ns_server pidfile "\"$PIDFILE\"" \
-ns_server cookiefile "\"$COOKIEFILE-ns-server\"" \
-ns_server enable_mlockall ${COUCHBASE_ENABLE_MLOCKALL:-true}
-ns_server enable_mlockall ${COUCHBASE_ENABLE_MLOCKALL:-false}
}

_stop() {
Expand Down

0 comments on commit b8792be

Please sign in to comment.