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

Upgrade Nexus VM to larger machine… #213

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

TonyWildish-BH
Copy link
Collaborator

Update deployment of Nexus container to set Java VM memory limits based on available RAM.
Bump version number by 0.0.1

May resolve Nexus VM runs out of RAM

What is being addressed

The Nexus VM can't cope with big bursts of activity. it wedges, and the only fix is to stop and restart from the console. Sometimes that isn't enough, and we have to re-deploy the service.

How is this addressed

  • The Nexus VM is changed from a B2s to a B8ms, with 32 GB RAM
  • The Nexus deployment script is updated to deduce how much memory to allocate to the Java VM based on the total VM memory
  • The version number is bumped by 0.0.1

…ner to set Java VM memory limits based on available RAM. Bump version number by 0.0.1
@TonyWildish-BH TonyWildish-BH added bug Something isn't working Service templates Updates to workspace/shared/user service templates labels Dec 11, 2024
@TonyWildish-BH TonyWildish-BH self-assigned this Dec 11, 2024
Copy link

github-actions bot commented Dec 11, 2024

Unit Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 3b77196.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Service templates Updates to workspace/shared/user service templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nexus VM runs out of RAM
2 participants