Merge branch 'master' into pr/27
diff --git a/README.rst b/README.rst
index 7b24c83..5f85850 100644
--- a/README.rst
+++ b/README.rst
@@ -56,7 +56,6 @@
           user: root
           password: pass
 
-
 Additional mysql users:
 
 .. code-block:: yaml
@@ -93,19 +92,19 @@
         - available_when_readonly: 1
         - port 9200
 
-InnoDB parameters
-=================
+Configurable soft parameters
+============================
 
-- **innodb_buffer_pool_size** - the default value is 35% of the available ram
+
+- **galera_innodb_buffer_pool_size** - the default value is 3138M
+- **galera_max_connections** - the default value is 20000
 
 Usage:
 .. code-block:: yaml
 
-    galera:
-        master:
-          innodb_buffer_pool_size: 1024M
-        slave:
-          innodb_buffer_pool_size: 1024M
+    _param:
+      galera_innodb_buffer_pool_size: 1024M
+      galera_max_connections: 200 
 
 
 Usage