mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-06 21:18:18 +00:00
Add script to run maven with more memory
This commit is contained in:
parent
b08edf9010
commit
aee7b2edac
1 changed files with 3 additions and 0 deletions
3
mvn.sh
Executable file
3
mvn.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m" exec mvn "$@"
|
Loading…
Add table
Add a link
Reference in a new issue