Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ sudo: false

before_script:
- export MAVEN_SKIP_RC=true
- export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
- export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=512m"
- unset GEM_PATH GEM_HOME IRBRC JRUBY_OPTS
- "export PATH=`pwd`/bin:$PATH"
- echo $HOME
2 changes: 1 addition & 1 deletion maven/jruby/README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ important for the rails4 warfile tests to increase the PermGen Space
for jdk7

```
export MAVEN_OPTS='-XX:MaxPermSize=192m'
export MAVEN_OPTS='-XX:MaxPermSize=512m'
```


2 changes: 1 addition & 1 deletion maven/jruby/src/templates/hellowarld/Mavenfile
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ profile 'cuba' do
end

profile 'rails4' do
properties :framework => 'rails4', 'wildfly.javaOpts' => '-XX:MaxPermSize=192m'
properties :framework => 'rails4', 'wildfly.javaOpts' => '-XX:MaxPermSize=512m'
end

profile 'webrick' do

0 comments on commit 82db605

Please sign in to comment.