From: Robert Haas Date: Tue, 3 Sep 2013 15:16:37 +0000 (-0400) Subject: docs: Clarify that we also support Solaris versions greater than 10. X-Git-Tag: REL9_3_1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=767de7dcd6a2305ae0c2035a43ae133dd0306501;p=postgresql docs: Clarify that we also support Solaris versions greater than 10. MauMau --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7dada6b67f..a82563b50d 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1034,11 +1034,11 @@ set semsys:seminfo_semmsl=32 Solaris 2.10 (Solaris - 10) + 10) and later OpenSolaris - In Solaris 10 and OpenSolaris, the default shared memory and + In Solaris 10 and later, and OpenSolaris, the default shared memory and semaphore settings are good enough for most PostgreSQL applications. Solaris now defaults to a SHMMAX of one-quarter of system RAM. @@ -1074,7 +1074,7 @@ project.max-msg-ids=(priv,4096,deny) Additionally, if you are running PostgreSQL inside a zone, you may need to raise the zone resource usage limits as well. See "Chapter2: Projects and Tasks" in the - Solaris 10 System Administrator's Guide for more + System Administrator's Guide for more information on projects and prctl.