Skip to content

Commit

Permalink
Update compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Mar 11, 2024
1 parent c53e00b commit b347d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cygnus-ngsi/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version=$1
flumeBasePath=$2

# Export some Maven options
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
export MAVEN_OPTS="-Xmx512m"

# Compile
mvn clean compile assembly:single exec:exec
Expand Down

0 comments on commit b347d6a

Please sign in to comment.