Skip to content

Commit

Permalink
Build: set ES_JAVA_OPTS for jvmRunLocal and jvmRunLocalDebug (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Nov 26, 2023
1 parent 956cdfc commit 2c20ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,15 @@ tasks:

jvmRunLocal:
desc: Run a local Elasticsearch cluster with the plugin using SBT
env:
ES_JAVA_OPTS: "-Xms4g -Xmx4g"
cmds:
- sbt -client elastiknn-plugin/elasticsearchPluginRun

jvmRunLocalDebug:
desc: Run a local Elasticsearch cluster in debug mode with the plugin using SBT
env:
ES_JAVA_OPTS: "-Xms4g -Xmx4g"
cmds:
- sbt -client elastiknn-plugin/elasticsearchPluginDebug

Expand Down

0 comments on commit 2c20ce5

Please sign in to comment.