vlizBE / vocabserver-app

Linked Data VocabTerms Lookup Service & Widget - Application back-end
MIT License
0 stars 4 forks source link

by default limit memory usage of java services #59

Closed nvdk closed 3 months ago

nvdk commented 3 months ago

java has a tendency to be quite greedy in memory usage, this setting limits the max usage to 4GB which should suffice for most scenarios. If the services do run out of memory, it can simply be increased in the docker-compose override on the server