Replies: 3 comments 1 reply
-
I'm not sure to understand what's odd?
update
We've had report about memory-leak in the past
But I'm not sure it will slow down the requests it self |
Beta Was this translation helpful? Give feedback.
-
I guess it seems strange to run a command like this on the CLI and then just close the terminal.
I suppose you can make a daemon and such. Just was curious (again being new to Python and Python servers ultimately) if that was "normal". In terms of the memory leak, I thought it could be something with switching over to swap which is what caused it to degrade after awhile. Thanks for the replies! |
Beta Was this translation helpful? Give feedback.
-
@vincentsarago I'm using rasterio 1.3.0, on the tile server and I'm still getting:
Is there a reason it's complaining about .tif's? All of the source files are .tiff. |
Beta Was this translation helpful? Give feedback.
-
Hi all. I'm new to Python and I suppose my first question is, how exactly should you run the TiTiler server? I use it as an XYZ server for Google Maps, and I used the basic example on the docs, but it seems odd to me to run it via hypercorn using something like
nohup hypercorn ...
at the command line?Secondly, I'm created web-optimized COG's via riogeo, and I store my TIFFs on the same physical server as the script, but I get an amazing amount of
not recognized as a supported file format
messages. Is there anything specific I can look into regarding this?The other question I have, it seems the longer the script (again, ran with hypercorn) stays running the... slower it seems to become. Is there anything specific that could cause this?
Beta Was this translation helpful? Give feedback.
All reactions