473,549 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

page faults

83 New Member
hello techies..
in windows 2000 server i have absorved that page faults/sec touches 100 - 50- 100- .....like this, configuration is mem 512mb, 2cpus with 500mhz and those are P-III, and windows 2000 server, anything else plz ...

i think i should upgrade memory..

thanks in advance...
Feb 20 '07 #1
3 6330
Cyberdyne
627 Recognized Expert Contributor
Please rephrase your question, your server need more memory and cpu speed, you are running 512 mb with 1000mhz cpu power, that's really low for a server. Nevertheless, can you please explain the question again. Thanks.

Cyber.
Feb 20 '07 #2
nethajireddy
83 New Member
sorry Cyberdyne for ur inconvinence...
we are using windows 2000 server, all are complining that it's too slow, (i think u also given solutin that to improve hardware configuration) i checked in sytem performance, in that i selected "memory" and "page faults/sec", and it's showing that some times that mark reaching top(100 in that graph) and comes down and increases ..............i din't get, what's this page fault is , i think if i increase memory i will reduce this(right now we do not have memory to check immediately)... do u have any solution Cyberdyne...


thanks a lot...


one more i want one solution, we have usb to ide hardrive connector, previously its working now its not working, if we insert it's shows that installing that "cypress...some thing(if u want i will give), in device manager it's showing driver is not installed, there is no any details on that device, i checked in google but i din't get exact result, and for ur convinence i am giving one link to view image
http://www.dansdata.co m/rdriver.htm .... (in that first image first device with silver cord)...
thanks once again Cyberdyne...
Feb 21 '07 #3
Cyberdyne
627 Recognized Expert Contributor
Question 1

I would upgrade the hardware but as for right now I would go into system properties and change your paging size (the memory cached into the server) you can find it by right clicking on my computer going to properties and going to advanced > performance settings > advanced > under Virtual memory hit Change and boost it up to twice of what it was or three times and restart the server.

Question 2

Like I expected... the editor himself writes..

Everyone using vaguely recent versions of Windows or Mac OS shouldn't need any extra drivers to use any modern ATA/USB adapter; USB storage drivers are built into the operating system.

So try plugging it into a different usb plug. Also uninstall the device when doing so.

Regards, Cyber.


sorry Cyberdyne for ur inconvinence...
we are using windows 2000 server, all are complining that it's too slow, (i think u also given solutin that to improve hardware configuration) i checked in sytem performance, in that i selected "memory" and "page faults/sec", and it's showing that some times that mark reaching top(100 in that graph) and comes down and increases ..............i din't get, what's this page fault is , i think if i increase memory i will reduce this(right now we do not have memory to check immediately)... do u have any solution Cyberdyne...


thanks a lot...


one more i want one solution, we have usb to ide hardrive connector, previously its working now its not working, if we insert it's shows that installing that "cypress...some thing(if u want i will give), in device manager it's showing driver is not installed, there is no any details on that device, i checked in google but i din't get exact result, and for ur convinence i am giving one link to view image
http://www.dansdata.co m/rdriver.htm .... (in that first image first device with silver cord)...
thanks once again Cyberdyne...
Feb 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2732
by: benben | last post by:
Is there a standard guidline to avoid or minimize page faults when manipulating data collections in C++? ben
2
2630
by: Dave Kirby | last post by:
I am working on a network management program written in python that has multiple threads (typically 20+) spawning subprocesses which are used to communicate with other systems on the network. This runs fine for a while, but eventually slows down to a crawl. Running sar shows that when it is running slowly there is an exceptionally large...
27
5635
by: Sune | last post by:
Hi! Pre-requisites: ------------------- 1) Consider I'm about to write a quite large program. Say 500 K lines. 2) Part of this code will consist of 50 structs with, say, no more than at most 1K bytes of data. 3) These structs are to be used by all of the other 500K lines in various places.
1
6548
by: tbatwork828 | last post by:
I've PerfMon-ed our application for several days now and it consistently averages 2000 Page Faults/sec, and accumulates on average about 4 mill page faults during 35 mins. During the same monitoring time of 35 mins, there is never any sustained occurence of hard page faults -as a matter of fact, almost on avg 98+ % of the entire time the app...
4
3771
by: tbatwork828 | last post by:
Related to my other post on Graphics.FillRectangle and a lot of page faults caused by this call... We determine that when Control.DoubleBuffer=true to avoid the flicker effect, Graphics.FillRectangle causes a lot of soft page faults - order of 700/sec and more... When Control.DoubleBuffer=false, we have no page faults at all - 0/sec. Has...
2
4897
by: Crirus | last post by:
I made a simple test... loaded an image from file and draw it on a form In mouse move, I just refresh the form.... that cause 1 000 000 page faults (as task manager shows) in less than a minute.. what is that? -- Ceers, Crirus ------------------------------ If work were a good thing, the boss would take it all from you
2
4149
by: David Morgan | last post by:
Hi Have 4Gb of RAM and plenty of free disk. Those page faults are for DLLHOST.EXE using ~370Mb RAM. inetinfo.exe has 403,106,036 page faults at the time of writing and is using ~145Mb RAM. Why so many page faults. System uptime ~500 hours. The ASP-based site does interface with a SQL Server instance on a completely
1
3539
by: cablitoEscobar | last post by:
The problem lies in the fact that whenever I call CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS,0) a page fault occurs. The fact is I have a timer set to take a snap-shot per second and the page faults just go on increasing. It is very well isolated that only when calling the API the page fault occurs.
3
1804
by: scotp | last post by:
Does anyone know what would cause excessive page faults running the js function below? The most common browser used is IE 6. The page has records that include text & checkbox inputs. Each record also has a hidden input named "questions", whose value is an id that is used in the name of inputs to be disabled. The number of page faults...
4
2158
by: none | last post by:
I have an ASP.NET application, hosted on two web servers. I am looking for advice on what should be an acceptable level of page faults on these production servers. If the acceptable level is zero, then where should I begin reducing page faults in code? What should I look for in code to reduce page faults? Having to reduce page faults is...
0
7730
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7971
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7491
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5381
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5101
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3491
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1956
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.