You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, we need to describe the hardware requirements for running Checkbook on a dataset of a given size.
Here's an example of where specifically this would help:
In /opt/apache-tomcat-6.0.35/bin/catalina.sh, we saw that CATALINA_OPTS had "-Xms7130M" and "-Xmx7130M". Is that too much memory for most people just playing in a sandbox? We reduced to 512M and it seemed to be fine at first; when it was 7130, we got errors in /opt/apache-tomcat-6.0.35/logs/catalina.out:
Error occurred during initialization of VM
Could not reserve enough space for object heap
On the other hand, we later re-launched in a massive AWS instance because initial Solr indexing was taking forever. So maybe the default settings truly are necessary -- in which case, we should document the size of server needed to satisfy them.
The text was updated successfully, but these errors were encountered:
In general, we need to describe the hardware requirements for running Checkbook on a dataset of a given size.
Here's an example of where specifically this would help:
In
/opt/apache-tomcat-6.0.35/bin/catalina.sh
, we saw that CATALINA_OPTS had "-Xms7130M" and "-Xmx7130M". Is that too much memory for most people just playing in a sandbox? We reduced to 512M and it seemed to be fine at first; when it was 7130, we got errors in/opt/apache-tomcat-6.0.35/logs/catalina.out
:On the other hand, we later re-launched in a massive AWS instance because initial Solr indexing was taking forever. So maybe the default settings truly are necessary -- in which case, we should document the size of server needed to satisfy them.
The text was updated successfully, but these errors were encountered: