From c0725ff93da895e09b4ef3d646e55ad9baaa46fd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 4 Dec 2015 00:09:41 +0200 Subject: [PATCH] Update notes for 2015-12-03 I keep forgetting that `hugo serve` doesn't regenerate the files on the disk. :) Signed-off-by: Alan Orth --- public/2015-12/index.html | 15 +++++++++++++++ public/index.xml | 15 +++++++++++++++ public/tags/notes/index.xml | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/public/2015-12/index.html b/public/2015-12/index.html index 1ba455c0c..a4ae4f834 100644 --- a/public/2015-12/index.html +++ b/public/2015-12/index.html @@ -175,8 +175,23 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
  • I restarted Tomcat and postgres…
  • Atmire commented that we should raise the JVM heap size by ~500M, so it is now -Xms3584m -Xmx3584m
  • We weren’t out of heap yet, but it’s probably fair enough that the DSpace 5 upgrade (and new Atmire modules) requires more memory so it’s ok
  • +
  • A possible side effect is that I see that the REST API is twice as fast for the request above now:
  • +
    $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +1.368
    +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +0.968
    +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +1.006
    +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +0.849
    +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +0.806
    +$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
    +0.854
    +
    +