Memory Problem With 4gb Crucial Ballistix and Asus M4A785TD-V EVO

motherBoard: ASUS M4A785TD-V EVO
bios Version :2005
Video: amd hd5750
Processor: AMD PHENON II X2 550 3.100MHZ
Memory: Crucial
Modele Memory: blt4g3d1608dt1tx0
Capacity: 4GB
greetings to all
i have asus m4a785td-v evo mobo. i ve bought 4 gb crucial ballistix ram today. it says on product its 1600 mhz and cl8 but it shows on my pc 1333 mhz and cl9.  when i was searching for this problem i came across this topic: http://forum.crucial.com/t5/Crucial-Ballistix-gaming-memory/Memory-Probleme-With-8GO-Crucial-Ballistix-and-Asus-M4A785TD-V/td-p/9464 can i apply the same settings? how can i fix that?  is it possible via bios settings? thx in advance and sry for my bad english. here is some screenshots: 

I am not good at RAM setting but the 'Timings Table' shows there is XMP-1600 profile available so I believe it would be enough to turn on that memory profile in BIOS.

Similar Messages

  • Having screen rendering / memory problems with Microsoft Outlook 2013 and full screen mode with large 2560x1440 dual monitors

    MS Outlook 2013 seems to work fine for a while until a) enough time passes or b) I have multiple MS Outlook windows open. Then I start to see all sorts of graphical issues ranging from certain parts of the outlook window not rendering to certain functions
    locking etc.  Occassionally, when I decrease from full screen I get the screens to render correctly, making me think there's something unique with full screen mode that is causing the issue.   There seems to me to be quite a bit of memory issues
    with this version. 
    I have a beast of a graphics card, 32gb of RAM, and a fast SSD, so don't think its the machine. 
    Thoughts?

    Hi,
    Does this happen to other applications?
    If it's specific to Outlook, consider to check the hardware acceleration option:
    Go to FILE tab -> Options -> Advanced -> Display -> Disable hardware graphics acceleration, turn this option on or off to check the result.
    If the issue persists, please also consider whether any 3rd-party add-ins are interfering with Outlook, we can start Outlook in Safe Mode:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    If there's no problem in Safe Mode, disable the suspicious add-ins to verify which caused the problem.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Weird problem with Macbook Pro 15" and Asus PB278 monitor

    Hi there
    I recently bought a brand new MacBook pro 15" the one with a dedicated nvidia 750 vid card. However I'm facing weird problems while connecting it to a external monitor Asus PB278 (1440p monitor). I use a mini display port to display port cable.
    My problem is: Sometimes it works perfectly, but then if I put the laptop to sleep, sometimes it won't recognise the screen at wake up, at first I tried to restart the system, power on and off the monitor, connecting and reconnecting the cable... nothing worked. I even bought a expensier cable thinking it was probably a low quality cable. I found that then only way to fix this is to connect the monitor with a mini display to HDMI cable I have (won't support over 1080p), and then put the mini display to display port cable again... it is freaking bizarre.
    This is very frustrating, I live outside the US and while the retailer will honor the guarantee I'm not sure if this is a Software or Hardware problem, It will take them about 3 weeks to replace my system which is unfortunate due to I have plenty of work to do. I don't want to send it on guarantee just to find out hey... display recognition is broken again. My questions are:
    Is there a way to know if this is a hardware or software problem?
    I've heard Yosemite is having some issues regarding external displays, is this one of those?
    Have you found yourself experiencing this problem? Could you fix it?
    Sorry if my english is a bit weird, thanks in advance.

    Hi Gatobolo,
    Thank you for contributing to the Apple Support Communities.
    It appears that you've discovered unusual behavior with your MacBook Pro and an external display, where you need to temporarily connect a different display adapter before you can use your Asus PB278 again.
    I can offer some additional tips to help resolve or further isolate the issue you're seeing.
    First, try the following resets to see if they eliminate the behavior:
    You can reset the Mac's parameter RAM and SMC.
    Next, if the issue occurs again, try restarting your Mac into Safe Mode:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    You can find the steps above in this article:
    Apple computers: Troubleshooting issues with video on internal or external displays - Apple Support
    If your display is recognized in Safe Mode, or after restarting again, the issue may be due to a software conflict.
    Another suggestion mentioned in the article above is to try a different type of display adapter, such as a Mini DisplayPort to Dual Link DVI adapter.
    If the issue persists, you can also back up your data, erase your hard drive, and reinstall a fresh copy of OS X Yosemite.
    OS X Yosemite: Erase and reinstall OS X
    If the issue still occurs after a clean install, troubleshooting the hardware may be necessary.
    Best Regards,
    Jeremy

  • Running Logic Pro 9 32bit on Mac Mini with 4GB of RAM and still crashing

    Why is Logc crashing and giving me "Memory Low" errors all the time? I am running 4GB of Mem with Logic Pro 32bit. I currently have a 27 track project and it is crashing all the time. Yet the sample "Killers" project is 80+ tracks and a video and Logic has no problem, I don't get it? What am I doing that is sucking up so much memory and how do I fix it?

    Morris133 wrote:
    Why is Logc crashing and giving me "Memory Low" errors all the time?
    Because your memory is low?
    I am running 4GB of Mem with Logic Pro 32bit.
    Try running Logic at 64 bit. I've noticed that even with 4 GB RAM it does make a difference with "memory low" projects.
    I currently have a 27 track project and it is crashing all the time. Yet the sample "Killers" project is 80+ tracks and a video and Logic has no problem, I don't get it?
    I get it. The number of tracks is not a very constant unit of measurement, it depends what kind of tracks they are, what plugins are loaded etcetera. You can have memory problems with 10+ sampler tracks, and room to spare with 100+ external MIDI tracks, to give a simple example.
    What am I doing that is sucking up so much memory and how do I fix it?
    How on earth would anybody but you know what you are doing?
    So what are you doing?

  • Memory problems with PreparedStatements

    Driver: 9.0.1 JDBC Thin
    I am having memory problems using "PreparedStatement" via jdbc.
    After profiling our application, we found that a large number oracle.jdbc.ttc7.TTCItem objects were being created, but not released, even though we were "closing" the ResultSets of a prepared statements.
    Tracing through the application, it appears that most of these TTCItem objects are created when the statement is executed (not when prepared), therefore I would have assumed that they would be released when the ResultSet is close, but this does not seem to be the case.
    We tend to have a large number of PreparedStatement objects in use (over 100, most with closed ResultSets) and find that our application is using huge amounts of memory when compared to using the same code, but closing the PreparedStatement at the same time as closing the ResultSet.
    Has anyone else found similar problems? If so, does anyone have a work-around or know if this is something that Oracle is looking at fixing?
    Thanks
    Bruce Crosgrove

    From your mail, it is not very clear:
    a) whether your session is an HTTPSession or an application defined
    session.
    b) What is meant by saying: JSP/Servlet is growing.
    However, some pointers:
    a) Are there any timeouts associated with session.
    b) Try to profile your code to see what is causing the memory leak.
    c) Are there references to stale data in your application code.
    Marilla Bax wrote:
    hi,
    we have some memory - problems with the WebLogic Application Server
    4.5.1 on Sun Solaris
    In our Customer Projects we are working with EJB's. for each customer
    transaction we create a session to the weblogic application server.
    now there are some urgent problems with the java process on the server.
    for each session there were allocated 200 - 500 kb memory, within a day
    the JSP process on our server is growing for each session and don't
    reallocate the reserved memory for the old session. as a work around we
    now restart the server every night.
    How can we solve this problem ?? Is it a problem with the operating
    system or the application server or the EJB's ?? Do you have problems
    like this before ?
    greetings from germany,

  • Memory problem with jdk/jre 1.1.8

    My name is BERGMANN Yannick.
    I'm working for IRM in Li?ge and we developped an application (user interface for an industrial measurement system) in Java (JDK/JRE version : 1.1.8).
    We have a big memory problem with this application :
    - This user interface is running on a WINDOWS NT PC with 128MB.
    - This is the command to lanch our application :
    C:\Program Files\JavaSoft\JRE\1.1\bin\jrew.exe" -ms32m -mx32m -cp "\Program Files\HMI\HMI.zip;\Velocis\Add_On\Jdbc\raima.jar;\Program Files\Swing-1.1.1\swingall.jar" be.irm.hmi.kernel.HMI -t15 -d"Velocis rdstcp" -newdb -mf1m -mr20
    - When our application is running, everything seems to be OK in memory for it. The garbage collector seems to work properly and our application has always at least 5MB free memory (We use the java instruction "Runtime.getRuntime().freeMemory()" to know this).
    - But when we look in the "Windows NT task manager" for the "jrew" application, the memory increases ALWAYS.
    - After 5 days our application is completely frozen and blocked ...???
    - here is a memory map of our Windows NT PC :
         "jre.exe"     "commit total"     "commit limit"     "commit peak"     "physical total"     "physical available"     "physical file cache"     
    Monday     92264     109256     194944     109424     130484     19492     6216     
    Thuesday     106196     123072     194944     123348     130484     6072     5840     
    Wednesday     110836     132288     194944     132416     130484     4408     5140     
    Thursday     108200     144980     194944     145140     130484     4888     5148     
    Friday     109440     158319     194944     161334     130484     4911     4992     
    Monday     111600     209060     228548     209148     130484     5184     3484     
    Have you any idea of what is happening with "jrew" in memory ?
    We have had this problem for six month and we are totaly out of idea.
    If you can give us any idea, we'll appreciate a lot.
    Thanks in advance,
    BERGMANN Yannick
    IRM SA - Software Engineer
    Tel. (32)4/239.90.10
    Tel. (32)4/239.90.74 (direct)
    Fax (32)4/263.40.97
    E-mail [email protected]

    We had a memory problem with a swing applet in our company. The major reason for this was that we added new components in a JTree and removed them later again, and the components we removed were never garbage collected. This was because with these components we added different listeners, and we didn't remove the listeners after we didn't need the components anymore. After we corrected this, the components where garbage collected.
    Perhaps it's a similar problem you have, or I have no idea. Check that you remove actionlisteners, mouselisteners etc from components you want to be garbage collected.
    You could also test your application with OptimizeIt to see what objects you create and how many you get of them over time: http://www.vmgear.com

  • Memory problem with 5330 XpressMusic

    Hi,
    I seem to have a memory problem with my 5330, I have a 1Gb micro disc installed. My son sent me a photo from his phone, when it arrived I got a warning on the scren that 'there is not enough memory to receive messages', I have tried to delete as much as I can, a lot tells me I can't delete it, but I still get the same warning. This warnig shows up each time I switch on the phone. How can I get myself more space? Can I move things from the phone memory to the memory card?
    Gerald
    Message Edited by warmbells on 01-Nov-2009 06:19 PM

    Are you sure you're using a 5330 XpressMusic? Or is it a 5320 XpressMusic? The former is yet to be released, AFAIK.
    Assuming that you are using a 5320, try these steps:
    -> Move all photos, music, videos stored in the phone memory to the memory card. You can use the built-in File Manager to accomplish this.
    -> Delete all files that you would've received via bluetooth, present in your Inbox. You can save them to the mass storage.
    -> Clear the browser cache.
    -> Clear the Sent Items folder.
    -> Make sure you don't have too many messages in your inbox.
    Hope this helps
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • Memory problem with ITS

    Hello friends,
    we are having memory problem with integrated ITS.. on one application server all memory of ITS is getting exhausted. We think few users take lots of memory and it never gets released.
    I checked Note 742048 - Integrated ITS, memory requirement in application server but parameters looks ok. Sometime, when i kill a user session in SM04, some part of memory was released. However i am not able to find which sessions are taking max memory as i do not see any workproess active in SM50.
    in SITSPMON :
    Memory Consumption: Overview
    Sessions:     27      24,710,431 Bytes       915,201 Bytes/Session       2,433,8
    Templates:            14,793,306 Bytes
        Sess. & Templ.    39,503,737 Bytes     Currently available to ITS: 81.92MB o
    ITS Session     memory type     Peak          Memory     Total     Current
    USER 001 2463     Session Memory     1,955,757     938,597     7,574     723
    USER 001 2503     Session Memory     2,008,621     965,245     9,181     930
    USER 001 2523     Session Memory     2,412,477     856,925     11,327     82
    thanks
    ashish

    and what is 2463 is line : USER(user ID) 001(Client) 2463(??) Session Memory 1,955,757 938,597 7,574 723 as this is not a work process ID.]
    Basically i am trying to correlate ITS session with SM04 Session of user.

  • Memory problem with my Nokia 3220

    Hi,I am new here and I have a memory problem with my Nokia 3220.I deleted all of my stuff in galery exept the BlueSquare theme and Nokia Tune but it says that i only have 483kb free memory and galery has 1,7mb memory taken. What should i do ?...I hope you understood my problem and i hope you can help me!
    Shibuy
    Thank You!!

    I have the same problem recently. I bought my nokia 3220, 3 years ago and all was ok but now I download some free themes from a web site and suddenly I realized that my cellphone has less memory. In the phone options says that I have 2,2 MB in my Gallery when actually I have only 800 KB in my Gallery. I don't know what happen!! Maybe it's a virus or what is the solution?? Can I  restart the cellphone ?

  • Will logic pro x run on my mac mini dual core intel i5 with 4gb of ram and mountain lion ?

    hi there guys,
    will logic pro x run on my mac mini dual core intel i5 with 4gb of ram and mountain lion ?
    I'm not sure if my machine is 64 bit - it is the current model base mac mini.
    Many thanks for any help you can offer !
    Simon

    SkiJumptoes is right. 4GB is not enough to comfortably run Logic X.
    Your Mac Mini will need DDR3 SODIMM RAM. That website seems incredibly steep though. I guess that's the price of finding it for you. You're better off going to any below:
    http://www.ebuyer.com/191206-kingston-4gb-ddr3-1066mhz-laptop-memory-kvr1066d3s7 -4g?utm_source=google&utm_medium=products&gclid=COqM6KzdxbgCFcfJtAodoicARg
    http://www.ballicom.co.uk/cmso4gx3m1a1600c11-corsair-value-select--memory--4-gb- -so-dimm-204pin--ddr3--1600-mhz--pc312800--cl11--15-v--unbuffered--nonecc.p87434 0.html?ref=5&gclid=CKyej_HdxbgCFQSS3godEjwAug

  • I'm having problems with CS2 (mainly illustrator and photoshop

    I'm having problems with CS2 (mainly illustrator and photoshop ) randomly shutting down while trying to save a file. Reformatted my laptop for fear of a virus and reloaded... I have gotten nowhere.
    Please Help!

    CS3 still had issues with the preferences becoming corrupt, so a possible workaround would be to reset the preferences.
    The file is called AIPrefs and is located under 'Documents and Settings/User/Application Data/Adobe/Adobe Illustrator CS3 Settings'. It is a hidden file. Delete it with Illustrator closed and when you launch the program again the file will be rebuilt.
    May be it is also sounds like you need more memory for your computer. If you can navigate to your computer's memory controls, and allow your operating system to use a portion of your hard disk drive (HDD) as RAM (maybe 2Gb or so) it may solve your issue.
    How is about: http://www.filerepairforum.com/forum/adobe/adobe-aa/illustrator/383-%E2%80%8Bcorrupted-fon ts-in-illustrator-file-urgent-help-need – resource has non-commercial specialty
    Third party software Illustrator Repair Kit also must be good solution
    It has free demo version at:- http://www.illustrator.repair/
    Hope this will be helpful.

  • I'm having problems with Adobe Illustrator , Photoshop and MediaEncoder !

    I'm having problems with Adobe Illustrator , Photoshop and MediaEncoder !
    The ilustrator when opening files from a lack of memory of which I own already find it hard 11Gbram , Photoshop crashes inesperdamente and the Media Encoder is not converting the video in nnehuma the options requested .
    Would like guidance , never had such problems with Adobe software . Today got a MacPro 2x2,2.66 Ghz Dual Core Intel Xeon 11Gbram 240GB SSD .

    Hi Mw,
    Will it be possible for you to join the connect session: https://my.adobeconnect.com/rbhunwal
    I want to have a look into this.
    Thanks & Regards,
    Raghuveer

  • Problem between K7T266 Pro2-RU and ASUS GeForce 3 V8200

    Hi, i've installed an ASUS GeForce 3 V8200 in my K7T266 Pro2-RU.
    The system starts correctly, but when i force the AGP from BIOS at 4x all games doesn't run very well...
    I usually play games like UT or RTCW and when i run they i see many problem with the 3D rendering and shadow build...
    All drivers are up to date...
    How can i resolve this problem ???
    Thanx...

    Quote
    Originally posted by Fredrik Åsenius
    I guess you got your problem solved. Just wondered about:
    Did you uninstall the previous drivers?
    Do you have any PCI cards near the AGP?
    What are your system temperature, according to BIOS?
    I think i'll follok the Toenne suggest. The difference between the AGP 2x and 4x is very small, anyway my drivers are (un)installed correctly and i don't have any PCI card near the AGP slot. Instead i think that in the future i'll pay more attention at the temperature problem: my Athlon XP 2000+ is  hot also with a good copper cooler...
    Another questios is, can anyone help me to find the best BIOS settings for my system?
    In the next days i'll post my BIOS configuration so we can see where i've mistaken.
    Thanx again...

  • For everyone having memory problems with this board

    I have been working on my memory problems with this board. Memtest failed every pass yet memory was fine and board was fine. Was using Kingstone Value Ram
    Set bios version back to 1.7
    set preformance to fast
    set memory to
    2.5
    4
    4
    8
    Set voltage to 2.7 if that does not work go to 2.75
    now working great no more blue screens or os getting corupt it seems to run like a charm
    Thanks to the people who have posted sefull iformation even know you have to dig deep to find it.

    i was having mem problems with this board. But i set up bios v2.2 - ram voltage 2.75 - performance mode: slow and ram timing by SPD.
    Seems to work great for me but my video card is messed up so my comp dies every ones in a while.  

  • I downloaded a new version of firefox. It said it had problems with my norton toolbar and now it doesn't feature it in the window. I'm not that comp savvy. How do I either get the Norton toolbar up or go back to the old firefox? Thank you.

    I downloaded a new version of firefox. It said it had problems with my norton toolbar and now it doesn't feature it in the window. I'm not that comp savvy. How do I either get the Norton toolbar up or go back to the old firefox? Thank you.

    Please authorize ADE 3 with same credentials that you used with older version of ADE

Maybe you are looking for

  • Moving apps from PC to Mac

    I recently purchased a Mac to replace my PC.  I got my iTunes moved from my PC to my Mac without difficulty, HOWEVER my applications did not move over.  Any ideas how to get them moved?  I do not want to have to re-download them when I sync my iPhone

  • Why can't I install itunes latest software update

    Trying to download latest Itunes update10.6.1 I get a message The feature I am trying to install is on a network resource that is unaviable.  what do I do?

  • Text to speech english

    text to speech english

  • Authorisation in BW 7.0 with Planning.

    Hi All, Have been setting up a new Authoridation object for our planning setup. The planning team would like to set up multiple permissions on 4 agregation levels coming off the one multi provider. The new authorisation concept allows you to specify

  • Custom fields in PO

    Hi, i have to add custom fields in item data of PO. I have done this MM06E005. I have created the fields in CI_EKPODB. I have created the screen containing the fields and have written the logic in EXIT_SAPMM06E_016 for exporting data to subscreen and