diff --git a/content/posts/2019-03.md b/content/posts/2019-03.md index ca52156c5..ad567eba2 100644 --- a/content/posts/2019-03.md +++ b/content/posts/2019-03.md @@ -1012,4 +1012,12 @@ $ time http --print h 'https://cgspace.cgiar.org/rest/items?expand=metadata,bits 0.25s user 0.06s system 1% cpu 15.947 total ``` +- I did some research on dedicated servers to potentially replace Linode for CGSpace stuff and it seems Hetzner is pretty good + - This [PX62-NVME system](https://www.hetzner.com/dedicated-rootserver/px62-nvme) looks great an is half the price of our current Linode instance + - It has 64GB of ECC RAM, six core Xeon processor from 2018, and 2x960GB NVMe storage + - The alternative of staying with Linode and using dedicated CPU instances with added block storage gets expensive quickly if we want to keep more than 16GB of RAM (do we?) + - Regarding RAM, our JVM heap is 8GB and we leave the rest of the system's 32GB of RAM to PostgreSQL and Solr buffers + - Seeing as we have 56GB of Solr data it might be better to have more RAM in order to keep more of it in memory + - Also, I know that the Linode block storage is a major bottleneck for Solr indexing + diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index 5b8135422..4f8ca83cd 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca - + @@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca "@type": "BlogPosting", "headline": "March, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-03/", - "wordCount": "6418", + "wordCount": "6563", "datePublished": "2019-03-01T12:16:30+01:00", - "dateModified": "2019-03-31T09:54:18+03:00", + "dateModified": "2019-03-31T10:20:45+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1321,6 +1321,19 @@ sys 0m2.551s 0.25s user 0.06s system 1% cpu 15.947 total +