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

Fix Max Heap Size for Tomcat #6

Open
wants to merge 1 commit into
base: v10.3.1
Choose a base branch
from

Conversation

MYerouPaleBlue
Copy link

When running on Windows using WSL, I was getting this error message:

local-openspecimen-web  |  ***************************************************
local-openspecimen-web  |  OpenSpecimen, a Krishagni Product
local-openspecimen-web  |  Build Version :
local-openspecimen-web  |  Build Date    : Thu Apr 18 15:25:37 UTC 2024
local-openspecimen-web  |  Commit        :
local-openspecimen-web  |  Present Time  : Fri Apr 19 12:37:43 UTC 2024
local-openspecimen-web  |  Max. Heap Size: 1.91 GB
local-openspecimen-web  |  ***************************************************
local-openspecimen-web  |  ***************************************************
local-openspecimen-web  |  *        ERROR! ERROR!! ERROR!!!                  *
local-openspecimen-web  |  ***************************************************
local-openspecimen-web  |  OpenSpecimen is started using < 2GB heap size.
local-openspecimen-web  |  Minimum 2GB heap required.
local-openspecimen-web  |  Consider using -Xmx2048m option when starting Tomcat
local-openspecimen-web  |  Exiting
local-openspecimen-web  |  ***************************************************

This PR fixes this issue and it runs ok on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant