How many folks always run their OC configurations?

The top of the PPBM is filled with OC systems.
Are any of these configs practical for day-to-day use, or for testing purposes only?
I have always assumed the latter and run my i7980x equipped
P6T7 WS Supercomputer MB in stock BIOS clock configuration.
I am not interested in specialized cooling systems to deal with any added heat.
I realize a potential consequence could be decreased processor life span,
but with the currently steep development curve, I suspect I would likely
end up moving on to the next generation processor before 'burning out'.
Any input from OC'ers would be appreciated.
Lian Li PC-A77F-B case
CORSAIR CMPSU-1000HX 1000W ATX12V 2.2 EPS12V 2.91
Kingston - HyperX 24GB (6 x 4GB) SDRAM DDR3 1600

That is the guide Bill mentioned. The drawback of the TurboV utility is that nearly all voltages are set way higher than you would like, increasing temperatures inside the case and reducing the longevity of your components. Doing it manually in the BIOS gives much better results and is not harmful to your system. But be aware it is a time-consuming effort to get the best balance between stability and GHz.
By the way, it has been a while since I visited the PPBM site and the
updated layout, navigation, filters, etc. are really well done... kudos.
I do think there is a perfect spot for a 'Submit Donations' button
directly below "Submit Results'.
Thanks for the compliment. It has been quite a learning curve for me and we plan some major improvements for the new PPBM6 site, that are hinted at in the tooltip boxes in the current version. In short my plans are to create a login for the results pages, either as a guest or as a registered user. Registered users can buy a yearly subscription that gives them access to more pages, more detailed information and access to up-to-date BFTB charts, based on current day prices of the hardware in the system. That also entails a much simplified submission form, because the hardware information will be collected in 'ghost' mode without the user noticing it and can be represented in a CPU-Z like pop-up screen when details are requested. More information and especially more accurate information. Subscribers can Donate an amount to help fund our efforts and get even higher access levels and more sorting, selection and drill-down options, including more drill-down dynamic graphs, based on the selections one has made.
Well, the ideas are in place, all I need to do is implement them in the coming weeks/months and maybe add a blog with interesting hardware news as it impacts on NLE and CS6. Of course Bill and I need to reach an understanding what kind of subscriptions we will offer and at what prices, but the first step is to get the site in the air and that is difficult enough. I'm not a website builder and have no experience at all with web-shops, at least from a builders perspective.
If you have any suggestion on experienced website builders who want to help us, please let us know, but keep in mind that everything we do is volunteer work, so we don't have a budget for commercial builders.

Similar Messages

  • How many Scan Listeners, we have to configure for 5 Node RAC?

    Dear Professionals,
    How many scan Listeners we need to configure for 5 Node RAC? Oracle will not allow us to create More than 3 scan's? What If i have one scan Listener per each for 1st 3 node's? what about remaining two Node's? How application user will connect to 4 or 5 Node? Can you please explain..? Forgive me, If am totally wrong?
    Thanks
    Sagar

    Each of the 5 instances will register itself with the scan listener (using the instance parameter remote_listener).  Thus, the scan listener is "aware" of the database instances on the other two nodes where it is not running.  It can still redirect incoming connections to the local listeners on these nodes (registered as local_listener).
    Hemant K Chitale

  • How many  threads are running?

    here's the code... i am trying to understand, at each point, how many threads are running:
    I understand that one thread belongs to the caller of the start()
    & at the same time there is another thread belonging to the instances of each thread (thread1, thread2, thread 3 etc.)
    1public class ThreadTester {
    2   public static void main( String args[] )
    3   {
    4      PrintThread thread1, thread2, thread3, thread4;
    5
    6      thread1 = new PrintThread( "thread1" );
    7      thread2 = new PrintThread( "thread2" );
    8      thread3 = new PrintThread( "thread3" );
    9      thread4 = new PrintThread( "thread4" );
    10
    11      System.err.println( "\nStarting threads" );
    12
    13      thread1.start();
    14      thread2.start();
    15      thread3.start();
    16      thread4.start();
    17
    18      System.err.println( "Threads started\n" );
    19   }
    }can you tell me if i am counting the number of threads in existance correctly...
    LINE#.....CALLER...START...TOTAL THREADS
    13..............1.........1.......2
    14..............1+1......1+1.....4
    15..............2+1......2+1.....6
    16..............3+1......3+1.....8
    so by the time line 16 executes i have a total of 8 threads,
    4 threads belonging to each caller plus
    4 threads created by start()
    or is it
    LINE#.....CALLER...START...TOTAL THREADS
    13..............1........1........2
    14..............1........1+1.....3
    15..............1........2+1.....4
    16..............1........3+1.....5
    after line 16 executes does the caller thread die, thus leaving only a total of 4 threads?
    there is only one thread belonging to the caller at line 13(plus the thread it creates).
    at the start of line 14, the previous callers thread is dead & now a new thread is created that belongs to the caller on line 14... etc.

    well, i realize at the end there would be 4 threads but im trying to get my head around this explanation in the book:
    "A program launches a threads executioin by calling the threads start method, which in turn call the run method. After start launches the thread, start returns to tis caller immediately. The caller then executes concurrently with the lauched thread." there fore if i have 2 concurrent processes, are there 2 threads running????
    now having said the above, my question was:
    for each line,
    how many threads are in existance at
    line13
    line14
    line15
    line16
    thanks.

  • How many KVM can run in my mobile at a time

    Say for an instance in a java enabled mobile i have 2 java applications running. I want to know whether each application shares the same KVM or seperate one.
    To make it simple at one instance of time how many KVMs can run in my mobile

    I think there's just one KVM involved, but have never met this scenario before. Maybe
    you'll have to try some simple app. If you need to run one application from the other, see
    http://forum.java.sun.com/thread.jspa?forumID=76&threadID=290808.
    Peter

  • At how many FPS are running my games?

    Well, i'm playing, for example, on a game like Warcraft III, and I want to know at how many FPS it runs.
    How can I get this information?
    Greetings

    Depends upon the game, but in Warcraft III (and many other games) simply enter '/fps' in the chat box and the information should show on screen

  • How many instance are running ?

    Dear Friends ,
    how do i figure out how many instance are running on database? OR , How many database are running in a server ? Is it possible to find out from 'os' or 'database' level ?
    Waiting for ur kind reply ... ...
    Edited by: shipon_97 on Sep 4, 2008 10:38 AM

    Hi,
    On unix/linux use: ps -fea|grep pmon
    This will show all pmon process running (Each one is an Instance and you will see the name of the Instance here too), you can also check on /etc/oratab all the oracle databases in the server.
    On Windows go to Control Panel, Administration, Services and take a look on the Oracle services.
    Cheers,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • How many databases can run in a server

    How many databases can run in a server, how can we find how many databases are running there – in OS level for UNIX

    You can have as many oracle instances as your system resources and kernel parameters allow you to.
    A quick search to know how many oracle instances are running, check the OS processes:
    ps -ef | grep smon
    This will list all smon manadatory instance processes, this way you'll know how many concurrently instances are running.
    ~ Madrid.

  • Hello, I formatted without disabling. Can I know how many copies have running Photoshop?

    Hello, I formatted without disabling. Can I know how many copies have running Photoshop?
    I reinstalled without problems but if I could install it on a second computer

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    Remove license on a computer http://forums.adobe.com/thread/1442423?tstart=0 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/error-maxium-acitvation-exceeded.html

  • How many HACR can run in parallel in SAP BW 3.5 and 7.X?

    Hi Experts,
    I have a question that How many HACR/attribute change run can run in parallel in SAP BW 3.5 and 7.X?
    I know in SAP BW 3.5 only one ACR job can run and if we start any will be failed due to lock issues. On other hand, I also noticed in SAP BW 7.3, there are more than one HACR job running in parallel without lock issue.
    Does anybody know the reason behind this? how many ACR job we can run in parallel and precautions to be taken care everything.
    Please share your thoughts and lets understanding the ACR in detail..
    Thank you.
    Bharath S

    Hi Bharath,
    I' am not sure but I' am sharing what I think
    New version is always some betterment of old version. Time changes, advancements in technology, performance improves.
    However, I want to ask "Can we run two HACs at a time which use same info object in 7.X ?"
    Regards
    Nikhil Guda

  • How many time transastion run in a day

    we have so many transastion of Z.
    Now I want to analyses these Z transastion. how many time run in a month.?
    How many time these  i.e Z  run in a day.
    thanks
    Moni

    I hope you will get lots of guideline for these two topic here. Whatever....
    SM19
    1. Be in Static configuration tab
    2. Click on create button
    3. Give a profile name and click continue
    4. put the client name and put *** in the user if you want to track all users (keep in mind that putting * will increase the log file size in a very quick time)
    5. Select all Audit classes
    6. Events should be All
    7. Most important is to Mark the "Filter Active" option at top left corner
    Save and click Yes when it prompts whether you want to Distribute the same settings in All Active ABAP Instances....
    Note: You should bounce the system after activating this. Until you do so, the logging will not be activated.
    SM20
    You can use this in various way. Please search for SM20 in the forum or SAP Library to get details of different activities you can perform with this.
    Let me know if you are fine with the explanation or have any more query.
    Regards,
    Dipanjan

  • How to detect how many JFrames are running

    Hi,
    how can I detect how many JFrames are open? I would like to call System.exit(0) only when no other windows (apart from the current one) is running.
    Thanks

    There is no way they would close. You need to create another child of the main class, and by doing that, you can have as many frames as you like. And like the other guy said, you need to have a counter that increases or decreases as you open and close your frames.
    if you still have problems doing it, send me your code and I will help you out.
    [email protected]
    Phife

  • How many FNDLIBR are running?

    Hi:
    What does this command mean: ps -ef|grep FNDLIBR|wc -c ? I got 3339 returns. Thank you!
    11.5.10.2
    unix

    HI,
    This command will retrurn the total number of characters found the ps -ef|grep FNDLIBR.
    But it is of no use. You can use the following to know how many concurrent managers are running.
    $ps -ef|grep FNDLIBR|grep -v grep |wc -l
    Thanks

  • How many devices can run from one library?

    How many Apple devices can be shared with one iTunes library?  We have two iPhones, two iPod touches, two Nanos, and thinking about an iPad.   Does Apple cut users off from using their own library (like with how they only authorize 5 computers)?  Thanks so much.

    As far as I'm aware there is no limit to the number of devices that you can sync to your library.
    There is a limit (10) to the number of iOS devices or computers that can be authorized for automatic downloads of your purchases at any one time, along with the limit of 5 computers that can be simultaneously authorized for the playback and transfer of protected content.
    tt2

  • How many computers can get their MCX settings

    Hello,
    Question--how many computer can login and get their MCX setting from a Xserve? 200? 300? 500?
    Xserve 10.6-- 2.8Ghz Quad-Core Intel Xeon

    We have about 350 pulling MCX from a XServe 1,1 quad 2.6 (2006 1st gen) with no problems. Though this is all the machine does.

  • Wondering how many folks are still happy with there REV A iMac 20"

    I've had my iMacG5 20" (1st gen) now for 11 months and the only thing that has gone wrong is the power supply failed and had to be replace back in July 05. Apple sent me a NEW....Lacie D2 250 GB external hard drive for my troubles....Thanks Apple.
    I have had other issues......but only ones I seem to have created on my own.
    QUESTION:
    So......how's "YOUR" iMacG5 20" (FIRST GENERATION) holding up.
    Thanks

    I bought my Rev A in November of last year. Up until a few weeks ago I was very happy with it, however it began doing strange things like switching itself off when it felt like it, now sleeping from the pre-set, then when I tried to sleep it from the Apple menu it would restart instead. (My daughter reckons as it was a year old it was probably teething, that's why it wouldn't sleep!)
    Anyway, after several calls to Apple and finding that none of their suggestions worked, I took it in to be looked at. That was last week. They reckon it's a logic board failure and I could be waiting quite some time to get it back as there is a backlog and a wait for parts.
    I feel a bit peeved about the wait as this is a problem Apple have know about for a while and I would have thought they would have stocked up on parts.
    On a more positive note, I have been using Macs since my first computer - a Mac Plus - back in the 1980s and this is the first time I have had something go wrong with one. I'm also please I have the trusty iBook otherwise I would be suffering major withdrawals by now.
    Cheers
    NikkiG

Maybe you are looking for