Skip to content

Commit 9222f15

Browse files
committedMay 6, 2013
Use OGR VSI cache as buffer on Windows
1 parent 0cc7389 commit 9222f15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎ms-windows/osgeo4w/qgis.bat.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
44
@echo off
55
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
7+
rem Set VSI cache to be used as buffer, see #6448
8+
set VSI_CACHE=TRUE
9+
set VSI_CACHE_SIZE=1000000
710
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\bin\@package@-bin.exe %*

0 commit comments

Comments
 (0)
Please sign in to comment.