Skip to content

Commit

Permalink
fix memory for interactivetool_openrefine.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed May 27, 2024
1 parent 7450c95 commit ab27e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/interactive/interactivetool_openrefine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</environment_variables>
<configfiles>
<configfile name="start_openrefine"><![CDATA[
exec /OpenRefine/refine -i 0.0.0.0 -m \$GALAXY_MEMORY_MB &
exec /OpenRefine/refine -i 0.0.0.0 -m \${GALAXY_MEMORY_MB}M &
##Check if openrefine is up to work
STATUS=\$(curl --include 'http://127.0.0.1:3333' 2>&1)
Expand Down

0 comments on commit ab27e2f

Please sign in to comment.