diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index e0b7120c54..ebd3eb9ea0 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -7,7 +7,7 @@ on:
 
 # Enrich gradle.properties for CI/CD
 env:
-  GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx4g -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError" -Dkotlin.daemon.jvm.options="-Xmx1536m" -Dkotlin.incremental=false
+  GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx3072m -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError" -XX:MaxPermSize=512m -Dkotlin.daemon.jvm.options="-Xmx2g" -Dkotlin.incremental=false
   CI_GRADLE_ARG_PROPERTIES: --stacktrace -PpreDexEnable=false --max-workers 2 --no-daemon
 
 jobs:
diff --git a/changelog.d/6407.misc b/changelog.d/6407.misc
index fa343f5f89..3f7a27fc01 100644
--- a/changelog.d/6407.misc
+++ b/changelog.d/6407.misc
@@ -1 +1 @@
-Coverts the vector module to library with a parent vector-app application module
+Converts the vector module to a library with a parent vector-app application module