From d0f30b867ac16a86333bf55efc91df25f2e719fd Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 24 Mar 2007 11:13:54 +0000 Subject: [PATCH] Modified readme to accomodate shmmax kernel parameter change before starting the server --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 5f7a74f0..c2e685c7 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ Introduction CSQL is a fast, multi-threaded SQL main memory database engine. It is a free software, licensed with the GNU GENERAL PUBLIC LICENSE http://www.gnu.org/ It aids in the development of high performance, fault-resilent applications requiring concurrent access to the shared data. +Check www.databasecache.com for more details about its usage. + Platforms Supported ------------------- Linux and Solaris @@ -25,7 +27,7 @@ This will create "install" directory under the current directory and places all Available Documentation ----------------------- 1.User Manual is available under the docs directory -2.HTML API Reference for DB API under the docs/html directory +2.HTML API Reference for DB API under the docs/html directory (Refer next section) 3.DB API example programs under the examples directory Generating API Reference @@ -37,6 +39,11 @@ This will create "docs/html" directory under which API Reference html files are Starting the Server ------------------- +Note: kernel.shmmax should be set to more than 500 MB before starting the server + +In linux for setting 1GB enter +$sysctl -w kernel.shmmax=1000000000 + You should find csqlserver executable under the bin directory of the installation. $./csqlserver -- 2.11.4.GIT