-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I would like to know the minimum required to run grobid quantities.
I have seen that it loads a number of models when I run it on my personal machine.
But when I try to run on a virtual machine with 2.75GB of RAM the simple example
curl -X POST -F "text=I've lost two minutes." localhost:8060/service/processQuantityText
it doesn't even finish loading the model and comes across this error (in the command window):
Loading feature templates.
Loading model:
.............................................
Loading feature templates.
Loading model:
WARN [2020-08-10 12:33:48,759] org.eclipse.jetty.server.HttpChannel: /service/processQuantityText
! java.lang.OutOfMemoryError: Java heap spaceUntil
! at java.lang.Thread.run(Thread.java:748)
127.0.0.1 - - [10/Aug/2020:12:33:48 +0000] "POST /service/processQuantityText HTTP/1.1" 500 271 "-" "curl/7.68.0" 9212So I would like to know the minimum required grobid-quantities, before testing one by one the memory levels. Thanks a lot!
Reactions are currently unavailable