Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Lowering default maxMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Mar 16, 2015
1 parent 13635e9 commit 49bcec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Change Log
- Bugfixes and other things:
+ Splitting test suite between unit and integration #384/#391
+ Allowing SFTP public key auth without private key password #390
+ Setting default maxMemory to 512M to enable booting in VMs/low memory devices.

### Syncany 0.4.3-alpha (Date: 25 Feb 2015)
- Developer/alpha release (**We are now nearing the beta phase. Stay tuned!**)
Expand Down
2 changes: 1 addition & 1 deletion gradle/gradle/application.distribution.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ startScripts {
defaultJvmOpts = [ "-Dfile.encoding=utf-8" ]

doLast {
def defaultMaxMemory = "2048M"
def defaultMaxMemory = "512M"

///// Windows batch files fixes/enhancements /////
def winFile = file getWindowsScript()
Expand Down

0 comments on commit 49bcec2

Please sign in to comment.