Jump to content

.NET Framework 4

- - - - -

  • Please log in to reply
12 replies to this topic

#1
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
is 1.7 GHz and 1 GB of RAM memory to low for .NET Framework 4 applications???

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
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.
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.

#3
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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
gregwarner

gregwarner

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 853 posts
  • Location:Arkansas
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
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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
fayyazlodhi

fayyazlodhi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 403 posts
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

#7
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
but when i close task manager it is just like before :S

#9
fayyazlodhi

fayyazlodhi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 403 posts
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.

#10
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 471 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
tnx...i will tell you what is the result after i try :)

#11
fayyazlodhi

fayyazlodhi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 403 posts
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

#12
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
It probably depends more on what your program is doing than on the framework itself.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users