0) ? window.innerWidth : screen.width;
if(width >= 1300){
largeDevice = true;
}
else{
largeDevice = false;
}">
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
Contents
server-command.exe shows a memory error "Java heap space"
1400" id="toc-container" class="kb-toc" aria-label="Table of Contents">
Contents
The memory requirements for server-command to run are quite minimal with the exception of the snmp-tool as discussed here.
In certain rare circumstances you may encounter the following error:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
This should be resolved by modifying the server-command.lap
and adding these two lines to the end:
-Xms32M -Xmx128M
Important: Please contact PaperCut Technical Support if you need to make this change, even if it works.
Categories: Troubleshooting Articles , Administration
Keywords:
Last updated June 13, 2024
Comments