SFM0362W

The Java heap is at percent% of the available memory

Explanation: If the Java heap uses more than 80% of the available memory, this message is written to the console to indicate the percent of memory used. VFTP checks for this issue every 15 minutes and writes this message as long as usage is above 80%. When the Java heap falls below 80% of available memory, message SFM0363I is issued.

Action: Modify the ENV file’s COBJVMINITOPTIONS heap to increase available memory from 4m to 6m, then restart the VFTP agent task. Here’s a sample COBJVMINITOPTIONS:
COBJVMINITOPTIONS=-Xms4m -Xmx4m

We recommend increasing the heap to 6 megabytes:
COBJVMINITOPTIONS=-Xms6m -Xmx6m

If the message persists after increasing the available memory, try increasing the available memory to 8m, then restart the agent task. If the message is still generated with the available memory set to 8m, contact SDS Technical Support.