You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the deployment guide for INSPIRE validator and referencing to the docs for ETF. Can't upload files as the status shows there is too little memory assigned even when this is declared explicitly at the commandline.
Tried forcing heap size both at commandline -Xmx12G and in [etf-home]/bin/setenv.bat
set "JAVA_OPTS=%JAVA_OPTS% -Xmx12G"
No matter what I do the available RAM is always under 512 MB. I've tried calling java via powershell, in a batch script, in cmd on its own, doesn't make any difference. We've checked and there is no quota provisioning for the user and I have full admin rights.
@jenriquesoriano we are going to deploy this via docker as we just can't get the local install to work and it's cost far too much time and energy trying to. thanks anyway, will close this ticket.
Confirm:
Following the deployment guide for INSPIRE validator and referencing to the docs for ETF. Can't upload files as the status shows there is too little memory assigned even when this is declared explicitly at the commandline.
Tried forcing heap size both at commandline -Xmx12G and in [etf-home]/bin/setenv.bat
No matter what I do the available RAM is always under 512 MB. I've tried calling java via powershell, in a batch script, in cmd on its own, doesn't make any difference. We've checked and there is no quota provisioning for the user and I have full admin rights.
Adding -Xms8G doesn't change this either.
Would greatly appreciate any advice or insight here on what else it might be!
Thanks, Joey
The text was updated successfully, but these errors were encountered: