Low hardware tips and fine tunnings #102
Replies: 1 comment 6 replies
-
I think it's awesome that you try to run Timeshape on such a miniature device! I'd be really interested to get to the bottom of the problem. I'd say you should first try initializing it with a smaller bounding box plus disable Keep in mind the time zone should be completely covered with the bounding box you provide, that is, it should entirely inside the bounding box, not just overlap with it. Otherwise that zone will not be included in the index, potentially leaving it empty so that no queries would work at all. Regarding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing performance problems when calling
TimeZoneEngine.initialize();
Because my machine is very low hardware ( like an old Raspberry Pi )
Im also saw this question: #73 so I would like to maybe do some fine tunnings like setting the accelerateGeometry to true. Maybe I could sacrifice some precision.
Beta Was this translation helpful? Give feedback.
All reactions