Skip to content

Commit

Permalink
Merge pull request #2361 from telefonicaid/AlvaroVega-patch-1
Browse files Browse the repository at this point in the history
Update compile.sh
  • Loading branch information
fgalan authored Mar 11, 2024
2 parents 0e1cfc7 + 95c728b commit ba12477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cygnus-common/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
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 ba12477

Please sign in to comment.