I use also Gaussian 09 on Window environment. And the maximum number of the cores I can use is only 4, and 1500 MB for RAM memory. Any can suggest me how to increase it?
%mem . what is it indicates? is it for RAM memory or harddisk memory.
onemore question my pc have 4 core so why i have to choose 2 core and RAM is 4gb so why i have to use 2gb. i want to understand why we have to choose 2 core instead of 4 and ram 2gb instead of 2.8 gb because in 32bit free usable ram is 2.8Gb.
You can specify the harddisk space using "maxdisk" keyword
As for the limitations: from the gaussian website: "As is the case with all 32-bit Fortran applications, the 32-bit version of Gaussian 09W is limited to accessing at most 2 GB of RAM and 16 GB of disk regardless of how much memory is available on the system. The 32-bit multiprocessor version of G09W is limited to 4 processors (or cores)."
The 64-bit version can, on the other hand, access basically unlimited amounts of memory.
Fernando has assumed that you have 2 core machine (because most of corei3s have 2 cores). So, if you have 4 cores, you can change 2 to 4 as follows.
"%NProcShared=4"
As per the Mem, total memory used by each core cannot be exceed the total available memory in your system. For example if you have 4 core machine with 4gb RAM available, then %mem should be %mem=1GB. (This is my understanding. If this is wrong someone can correct it).