Nabil

Results 39 comments of Nabil
trafficstars

I find the code fairly readable to be honest (and I'm coming from a c++ background). Yes it's very long-winded in places but try breaking things into chunks in your...

Same issue with MacOS on 27" 2560x1440 resolution...108 DPI ![image](https://user-images.githubusercontent.com/5572045/114407761-4ffe0280-9b83-11eb-8ac8-6d02a3b6ce9c.png)

_Hmm looks like CI needs approval from first-time contributors. I'll boot up my linux box later to work on this!_

Thanks for the suggestions! I guess my IntelliJ Idea configuration isn't setup properly 😝 @Mats-SX I'll give your versions a shot when I get a chance!

In order to get a better view of system metrics over time, we need to set up our LXD containers to export data to Prometheus, which will be graphed by...

It would also be incredibly helpful if `s3fs` wasn't so freaking slow....waiting 5 minutes for 1 tile to show is ridiculous.

Deleting the `@hashable_lru` decorator from `open_dataset` results in the following graph. Memory is still increasing but at a much slower rate. ![image](https://user-images.githubusercontent.com/5572045/163273126-e4872efe-1c6f-4332-abd9-46cd98815eb8.png)

With the removal of the `hashable_lru` decorator, here is what memory consumption is looking like: ![image](https://user-images.githubusercontent.com/5572045/165410033-461a2d73-c883-4ce3-8e4b-51c2b381047c.png) so we're still seeing some climbing as we draw more pictures.

Forced an exception to be raised so I could access the python debugger and here's a dump of the memory summary at 2.3GB RSS. All memory numbers below are in...