8.1 Memory Space Error

This topic provides the instruction to free up space in case of a Memory Space error.

If there is a memory space error, you can clear the logs to free up memory manually by following the below step.

Run the below command to clear the logs older than 7 days.

find $log_path -mtime +7 -exec rm {} \;

Note:

If you need the logs for reference, you can zip and store them.