X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=c088876f12a80a712c8d6975a7e6a76cb6daebc9;hb=40f6a8f39da1faba169a081dfd3aeb7ad8391f55;hp=a8776573910eb9a1f9a4a2015cb6fd12e0a6fe16;hpb=20db73fc9412b7d9bd92f93239d7f34a261d5402;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index a877657..c088876 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -41,7 +41,7 @@ To run SBCL, type "sbcl". After startup messages a prompt execute it, print any values returned, give you another prompt, and wait for your next input. -\f(C +\f(CR $ sbcl ...[startup messages elided]... * (+ 1 2 3) @@ -122,6 +122,22 @@ As a runtime option equivalent to \-\-noinform \-\-disable\-ldb . See the description of \-\-script as a toplevel option below. .TP 3 +.B \-\-merge\-core\-pages +When platform support is present, provide hints to the operating +system that identical pages may be shared between processes until they +are written to. This can be useful to reduce the memory usage on +systems with multiple SBCL processes started from similar but +differently\-named core files, or from compressed cores. Without +platform support, do nothing. +.TP 3 +.B \-\-no-merge\-core\-pages +Ensures that no sharing hint is provided to the operating system. +.TP 3 +.B \-\-default\-merge\-core\-pages +Reverts the sharing hint policy to the default: only compressed cores +trigger hinting. Uncompressed cores are mapped directly from the core +file, which is usually enough to ensure sharing. +.TP 3 .B \-\-help Print some basic information about SBCL, then exit. .TP 3