is 1.7 GHz and 1 GB of RAM memory to low for .NET Framework 4 applications???
12 replies to this topic
#1
Posted 11 May 2011 - 01:35 PM
|
|
|
#2
Posted 11 May 2011 - 06:26 PM
It is simply a framework so it should work far under a gigabyte, although you can verify this yourself in the recommended requirements page for the appropriate frameworks:
.NET Framework System Requirements (MSDN)
It appears 512Mbs of RAM should be sufficient to build with and run full features of the framework.
.NET Framework System Requirements (MSDN)
It appears 512Mbs of RAM should be sufficient to build with and run full features of the framework.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 12 May 2011 - 05:54 AM
then i don't know why my software is so slow...when i run it on my neighbours computer (which is stronger than mine) it runs normaly
#4
Posted 12 May 2011 - 05:56 AM
Could have other factors slowing it down. Do you have any extra junk installed on your machine that you don't need?
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
#5
Posted 12 May 2011 - 06:16 AM
hmmmm maybe i have...but i doubt it that that is a problem...when i run it in my school it is slow too...but in school we have installed on Deep Freaze on each computer. It's the same configuration as my laptop :S
#6
Posted 12 May 2011 - 12:37 PM
Find out what is running out your system. Take a look at your memory and cpu usage in Task Manager.
If for e.g. it is around 100% or almost entire memory while running the .net app, then kill it and again see the state.
Check other applications that are running for memory usage.
You can google and download sysinternals utility called "autoruns.exe" to clean up many of unwanted applications installed on your system
If for e.g. it is around 100% or almost entire memory while running the .net app, then kill it and again see the state.
Check other applications that are running for memory usage.
You can google and download sysinternals utility called "autoruns.exe" to clean up many of unwanted applications installed on your system
#7
Posted 12 May 2011 - 02:05 PM
i clean my laptop's HDD, i just need to defragment my disk...but i've put my task manager window on left and my application on right and when i click to open a new form inside my application CPU usage gets to 100% and it's on 50% when it's only main window open...BUT now it's a little faster then before...can it be good after disk defragment or i should rather use autoruns.exe???
#8
Posted 12 May 2011 - 02:09 PM
but when i close task manager it is just like before :S
#9
Posted 12 May 2011 - 02:11 PM
Disk defragment is going to affect speed when it ends up copying all of your data on disk which is sparsely distributed since it will have it all/most in one place and would require less time to read/write from disk. You should keep doing it any way once in a while to keep a healthy system but it will take a good deal of time to complete.
Auto runs.exe is going to get rid of unwanted software installed and running on your machine wasting memory. So that addresses a different thing.
Auto runs.exe is going to get rid of unwanted software installed and running on your machine wasting memory. So that addresses a different thing.
#10
Posted 12 May 2011 - 02:16 PM
tnx...i will tell you what is the result after i try :)
#11
Posted 12 May 2011 - 02:20 PM
Against each process in your Task manager try to see the "Description" tab. Either you see a famous name application such as one from Microsoft or Google or AVG. Otherwise "Description" is empty for system applications. You can verify that by typing the name of exe and google to ensure it is a known standard application.
If you can't find any of above or you see weird "Description" it might be some worm / unwanted app. Pay special attention to those eating more memory. Those should be removed through autoruns.exe and are going to impact running of your .net app
If you can't find any of above or you see weird "Description" it might be some worm / unwanted app. Pay special attention to those eating more memory. Those should be removed through autoruns.exe and are going to impact running of your .net app
#12
Posted 12 May 2011 - 02:29 PM
It probably depends more on what your program is doing than on the framework itself.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









