From 7f1f047516f2900a26efb6eed2193343d0ab7dbf Mon Sep 17 00:00:00 2001 From: Giulio Carvalho Date: Mon, 23 Aug 2021 17:38:10 -0300 Subject: [PATCH] Enlarge droplet to 64GB RAM to avoid memory error When running the `/contrib/crontab/update` task, the `TraveledSpeedsClassifier` was raising `MemoryError` in it's `predict` method (line 70). This is a temporary solve. We should investigate if this memory consumption can be reduced. --- contrib/update/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/update/update.yml b/contrib/update/update.yml index 813fcd9d1..f8c6bc579 100644 --- a/contrib/update/update.yml +++ b/contrib/update/update.yml @@ -17,7 +17,7 @@ image_id: ubuntu-18-04-x64 name: serenata-update region_id: nyc1 - size_id: s-8vcpu-32gb + size_id: s-16vcpu-64gb unique_name: yes ssh_key_ids: - "{{ ssh_public_key.ssh_key.id | int }}"