You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating tiles, a memory violation occurs because we are clearing a cdfObject which is still used in another place.
See adagucserverEC/CCreateTiles.cpp, 513:
/* Remove the datasource from the cache we just wrote */
// TODO: Removing this cdfobject causes memory violations. Checkout in issue https://github.com/KNMI/adaguc-server/issues/289
// CDFObjectStore::getCDFObjectStore()->deleteCDFObject(fileNameToWrite.c_str());
The text was updated successfully, but these errors were encountered:
When creating tiles, a memory violation occurs because we are clearing a cdfObject which is still used in another place.
See adagucserverEC/CCreateTiles.cpp, 513:
The text was updated successfully, but these errors were encountered: