Windows 8 C Drive uses most space for windows folder

Abhijit Desale

New Member
Hi to All,

Actually my C drive on VMware and we have only one drive for work.
C drive size is 80 GB and windows folder using 25 GB of it so could not able to work.
Every time for build facing an issue out of memory.
Also i increased VM size by using this still faing an issue.
set MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=512m


[ERROR] Java heap space -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
 
Hi Abhijit,

1. Your English translator is crap.

2. I think you are saying that the system has a single 80g drive and you want to run a vmware on it?

If so then you will indeed find space an issue because vmware and windows both see that drive as being full for making their page files and windows will (by default) block vmware from sharing that space.

Possible solutions are in order;

a. Install a new hdd and put vmware (and its temp page files) on that one.

b. Partition the drive you have into 3 smaller ones… a 3g drive to hold windows page files, a 40 g system drive and the rest to hold vmare.

Option b will give you (just) enough space to squeeze them both onto your 80g but it will be tight.
 
Back
Top