[Vtigercrm-commits] [vtiger development] #3026: Setting ercommended settings from config.inc.php

vtiger development vtiger-tickets at trac.vtiger.com
Mon Mar 30 02:23:06 EDT 2009


#3026: Setting ercommended settings from config.inc.php
-----------------------------+----------------------------------------------
  Reporter:  erikbent        |       Owner:  developer
      Type:  Need More Info  |      Status:  new      
  Priority:  major           |   Milestone:  5.1.0    
 Component:  vtigercrm       |     Version:  5.0.3-dev
Resolution:                  |    Keywords:           
-----------------------------+----------------------------------------------
Changes (by prasad):

  * type:  enhancement => Need More Info

Comment:

 Values configured via php.ini or .htaccess will be treated as the upper
 bound value.

 i.e. If value set through ini_set from (the PHP script) is more than the
 value set in php.ini
 the new value will be set to the one defined in php.ini.

 Hence we recommend you to update your php configuration.

 Example: When setting the max_memory limit

 {{{
 PHP COnfigured value (max_memory = 32M;)

 ini_set('max_memory', '64M');

 Finally value configured will be 32M
 }}}

 Please let us know if our observations are incorrect.

 Prasad,

 vtiger Team

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/3026#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list