Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pilon: allow adjustment of allocated memory (#6195)
* Allow adjusting the allocated memory Changes: - call pilon via JVM/jar file to allow non-default memory requirements - remove deprecated --threads option * Improve JVM heap size setting The changes in this commit ensure that the JVM heap size is always smaller than the allocate memory: - if < 2GB allocated memory, make heap size 80% of allocated memory - else make heap size 1GB smaller than allocated memory * Change default heap size to 1GB * Update default value in log message
- Loading branch information