← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8343: Ubuntu setup script minor change.

 

------------------------------------------------------------
revno: 8343
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-10-02 12:13:17 +0200
message:
  Ubuntu setup script minor change.
modified:
  resources/util/dhis2_serveropt.sh


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/util/dhis2_serveropt.sh'
--- resources/util/dhis2_serveropt.sh	2012-10-01 19:28:51 +0000
+++ resources/util/dhis2_serveropt.sh	2012-10-02 10:13:17 +0000
@@ -36,7 +36,7 @@
 max_connections = 100\n                  
 unix_socket_directory = '/var/run/postgresql'\n         
 ssl = true\n                             
-shared_buffers = $(bc -l <<< "scale = 0;($MEMTOTAL/24576)MB")\n                  
+shared_buffers = $(bc -l <<< "scale = 0;($MEMTOTAL/24576)")MB\n                  
 log_line_prefix = '%t '\n                 
 datestyle = 'iso, mdy'\n
 lc_messages = 'en_US.UTF-8'\n