FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6cb3573d authored by Dmitrii Unterov's avatar Dmitrii Unterov
Browse files

feat: add more ram to maven process via MAVEN_OPTS

parent 5eb9f3d4
No related branches found
No related tags found
1 merge request!122feat: add more ram to maven process via MAVEN_OPTS
......@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.7.3] - 2025-03-21
### Changed
- Chanded `-Xmx` value in `MAVEN_OPTS` to `-Xmx768m`.
## [6.7.2] - 2025-02-28
### Changed
......
......@@ -94,7 +94,7 @@ services:
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
-Dorg.slf4j.simpleLogger.showDateTime=true
-Djava.awt.headless=true
-Xmx512m
-Xmx768m
# As of Maven 3.3.0 instead of this you MAY define these options in `.mvn/maven.config` so the
# same config is used when running from the command line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment