Home folder:
Back to home folder — cd
ls – list files in a directory (like dir in DOS)
cd – change directory (like cd in DOS)
cd .. – Back to folder
rm – delete a file or folder (this is ...
Please briefly explain why you feel this question should be reported .
Step 1: Increase Available Memory
Following common parameters (3 most params) used to change the memory (heap) allocation are:
Xmx – the maximum size of the heap
Xms – the minimum size of the heap
-XX:MaxPermSize – the maximum size of ...
Please briefly explain why you feel this question should be reported .