Edgewall Software

Changes between Version 416 and Version 417 of TracInstall


Ignore:
Timestamp:
Jul 30, 2015, 5:01:18 AM (9 years ago)
Author:
Jun Omae
Comment:

Added document for PKG_RESOURCES_CACHE_ZIP_MANIFESTS on RedHat/CentOS/Fedora

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v416 v417  
    262262**Setuptools Warning:** If the version of your setuptools is in the range 5.4 through 5.6, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` must be set in order to avoid significant performance degradation. The environment variable can be set system-wide, or for just the user that runs the `tracd` process. There are several ways to accomplish this in addition to what is discussed here, and depending on the distribution of your OS.
    263263
    264 To be effective system-wide a shell script with the `export` statement may be added to `/etc/profile.d`.  !Ubuntu/Debian users can add the `export` statement to `/etc/apache2/envvars`. To be effective for a user session the `export` statement may be added to `~/.profile`.
     264To be effective system-wide a shell script with the `export` statement may be added to `/etc/profile.d`.  !Ubuntu/Debian users can add the `export` statement to `/etc/apache2/envvars`. !RedHat/CentOS/Fedora users can add the `export` statement to `/etc/sysconfig/httpd`. To be effective for a user session the `export` statement may be added to `~/.profile`.
    265265{{{#!sh
    266266export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1