Changes between Version 12 and Version 13 of Install


Ignore:
Timestamp:
11/01/11 14:03:34 (2 years ago)
Author:
swh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v12 v13  
    5858Running {{{make install}}} will create this directory and set the permissions on it.  
    5959 
    60 If you have low disk space then you will need to set the environment variable FS_DISK_LIMIT. It holds the minimum percentage of disk space the 4store will insist on having before it will import data. You can set it in your bash profile like: 
    61  
    62 {{{ 
    63 export FS_DISK_LIMIT=1 
    64 }}} 
    65  
    66 After setting this variable you need to restart the backends for it to take effect. 
    67  
    68 But beware, 4store does not gracefully handle running out of disk space, you will lose the new data if you try to import when there's no free disk space. 
     604store does not gracefully handle running out of disk space, you will lose the new data if you try to import when there's no free disk space. By default it will not allow imports if there is less that 1% of disk space free. This can be altered with the {{{FS_DISK_LIMIT}}} environment variable. 
    6961 
    7062----