[mapserver-commits] [mapserver/mapserver] 8ff126: CleanVSIDir: make it actually work (memory usage a...

Even Rouault noreply at github.com
Tue Oct 1 03:31:15 PDT 2019


  Branch: refs/heads/branch-7-4
  Home:   https://github.com/mapserver/mapserver
  Commit: 8ff12605033b1c0fc634bcba44af9bc6d5b12e99
      https://github.com/mapserver/mapserver/commit/8ff12605033b1c0fc634bcba44af9bc6d5b12e99
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M mapgdal.c
    M mapserver.h
    M mapwmslayer.c

  Log Message:
  -----------
  CleanVSIDir: make it actually work (memory usage and perf fix)

The function didn't remove the temporary files, mostly when
saving an image through GDAL in /vsimem/msout
This would result in memory usage and execution time for repeated
requests in the same process to grow linearly with the number of
requests, instead of remaining constant.


  Commit: c2999004c484419d96af740bc36fb92a3dd790ab
      https://github.com/mapserver/mapserver/commit/c2999004c484419d96af740bc36fb92a3dd790ab
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2019-10-01 (Tue, 01 Oct 2019)

  Changed paths:
    M mapgdal.c
    M mapserver.h
    M mapwmslayer.c

  Log Message:
  -----------
  Merge pull request #5885 from mapserver/backport-5884-to-branch-7-4

[Backport branch-7-4] CleanVSIDir: make it actually work (memory usage and perf fix)


Compare: https://github.com/mapserver/mapserver/compare/9762bb8dd8c4...c2999004c484


More information about the mapserver-commits mailing list