Skip to content

Commit

Permalink
docs: enable recommendations model api in demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
ae9is committed Jun 11, 2024
1 parent c24223e commit 999a762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.graphql.demo
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SPRING_DATASOURCE_USERNAME=reviews
SPRING_DATASOURCE_PASSWORD=someverylonggeneratedstring

MODEL_API_URL=http://deployedpythonapi:5000
MODEL_API_ENABLED=true

# Reduce memory requirements for low-end VMs:
JAVA_TOOL_OPTIONS=-Xss256K -Xmx128M -XX:ReservedCodeCacheSize=128M -XX:MaxMetaspaceSize=128M

0 comments on commit 999a762

Please sign in to comment.