Skip to content

Commit

Permalink
Use OGR VSI cache as buffer on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed May 6, 2013
1 parent 0cc7389 commit 9222f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ms-windows/osgeo4w/qgis.bat.tmpl
Expand Up @@ -4,4 +4,7 @@ call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
@echo off
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
rem Set VSI cache to be used as buffer, see #6448
set VSI_CACHE=TRUE
set VSI_CACHE_SIZE=1000000
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\bin\@package@-bin.exe %*

0 comments on commit 9222f15

Please sign in to comment.