Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo on docgen rendering - 4x #673

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release-manager/ocp-config/cd-docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ parameters:
value: 512Mi
- name: MEMORY_REQUEST
description: Minimum amount of memory requested for the container.
value: 256Mi
- name: SERVICE_JVM_MEM_LIMIT
description: Maximum amount of memory available for the DocGen Service, render process memory needs to be handled by MEMORY_LIMIT parameter
value: 512m
- name: SERVICE_JVM_ARGS
description: JVM Tunning parameters for DocGen Service
value: "-XX:+UseCompressedOops -XX:+UseG1GC -XX:MaxGCPauseMillis=1000"
value: 256Mi
- name: DOCKER_REGISTRY
description: Image registry
required: true
Expand Down