Problem with large memory model

Hi I am using

Data Modeler SQL Developer (SDDM) 4.0.0.816 x 64

and I' have a big problem.

I have a diagram with about 2800 tables and 4800 Ref constraints.

In the ER model I keep only Tables indexes and constraints, no views, no triggers, not the Code PL/SQL


Data saved on the hard disk by SDDM are on 63 Mb i, but when I open the memory taken by the process model is more than 1 GB.


And impossible use of the model is, and I have 8 GB of Ram under Win 7 x 64 professional


If it is possible reduce consumption of RAM is possible if ensure that the program only hand when arrive in 1 GB?


Thank you


Stefano Giostra


Hi Stefano,

and I have 8 GB of Ram under Win 7 x 64 professional

You can give more memory to Data Modeler - you need to change datamodeler64.conf

AddVMOption-Xmx768M

change 768 4000 or value that suits you.

And of course, you need to use 64 bit JDK.

In 'save' operation DM also recorded flowchart status (open/close). Maintain the number of chart open at least, avoid keeping the main diagram open because the rendering of the diagram will slow down the loading process.

And as said Joop you can try to split the model to smaller models.

Philippe

Tags: Database

Similar Questions

  • Satellite 1900-303: problems with expanded memory

    Hello.
    I just bought a PC2100 DDR - RAM 512 MB (my type of notebook memory) chip to upgrade my memory for laptop. I now have 768 MB. Manufacturer of the chip is Kingston, one of the best manufacturers as I've heard. But now, I get some problems. The system "crashes", my definition of the display remains 640 x 480 with 8-bit color and I got an error message saying that there is a problem with the driver ati2dvag.dll.
    I reinstalled windows, with my restore CD, but the problem remains.
    Any idea on this?

    Hey there,

    Could you please download the driver for display on the site and also could you please update the bios as well

    See you soon

  • Problems with HP laptop (model dv4-1225dx), turns off

    I have bolded the important bits.

    To be honest, I had problems with this computer since the beginning.  A lot of it, however, is due to a problem of overheating resulting from a wrong place fan and cons set to automatically install updates.

    But a cooling pad and a setting to choose what is installed more or less solved that.

    Now for the problem.  I installed Windows 7 a few months ago, and everything has been working fine since then.  Since yesterday, however, the computer shuts down after a few minutes of being on.  Now, the fan on this thing is very strong, even in low use (another drawback of this model, but is not the point) so I'm pretty sure that's not working.  But it does not seem likely that the computer could warm up enough to warrant a hard stop in a few minutes, it?

    I tried the Startup Repair but the computer is turned off before being able to complete it.  I'm still able to do if I start Windows normally, but once again only for a few minutes before it stops.

    So I have two questions:

    1. replacement of the fan of something I can do myself, or is it too integrated or complicated to manage?

    2. the random stop is really a matter of fan at all?

    On an unrelated note, Norton seems to have dug his own player to backup on my D drive, which means it cannot do a good backup.  How can I get rid of what I properly backup?

    Hello

    It may be a faulty hard drive. Try to run a test drive. here

    It can also be a fan problem. You can replace the fan yourself. Step by step here Guide

    With respect to the reverse, use the one that provide windows. Try this from microsoft. here

  • Solution to improve performance (to increase speed) when opening PDF files with large 3d model?

    I insert a large .u3d model of construction in PDF file (more), very slow when opening it (more than 30 minutes). Is it possible to improve it during the creation of the PDF file? It is acceptable to reduce the precision of the model shape/color/texture when inserting in the PDF. I think that my hardware is OK, THINKPAD 520 with 8G of RAM. It's urgent for me. For solutions or clues, please let me know.

    Thank you and best regards.

    MD

    No direct experience of Okino but you won't find many people who say that their PolyTrans is a powerful tool. However, I have tested all other applications that I mentioned in my previous answer by a remark: If you aim to simplify the mesh, they are all extremely complex. Perhaps, the only suitable for the layman is Rhino rhinoceros - downloads; it provides an export utility where users can select several options to reduce the number of nodes. Also look at the script environment: I could quite easily find a way to generate scripts in Blender and MeshLab to process a batch of files without the GUI, but I didn't do it with Rhino, but I see it has script capabilities Rhinoceros - overview and Developer: rhinoscript [McNeel Wiki]

    Good luck

  • Problems with a single model

    Hello

    I have problems with the model of particle Impacts - when I rendered video, there as green lines as the letter X on the whole screen, as in the photo below

    http://i56.Tinypic.com/bjed52.jpg

    How can I remove them? Thanks in advance

    You have a demo of the plugin in your project. A list of all the effects you used would help us to identify the culprit.

  • problem with the memory or hard drive

    I have a problem with my hardware. Whenever I'm playing a video on youtube or another site, that the screen on my laptop becomes blurred and the keys and the mouse becomes inadmissible.  A few seconds later, the screen goes black but you can still hear the audio for a few seconds then the computer. I have a beep and the computer turns off. And I end up having to shut down the computer and re-start all over again.  Well today the blue poped to the top of the screen and said that I had a problem with one of my drives. He said that one of the disks has been blocked in perptial movement. And this problem only happens when I'm watching a video on my laptop. Everything is fine until I have play a video.

    Hello

    1. This occurs when you read online videos?

    I suggest you to follow these steps and check if that helps:

    Method 1:

    Try to update the latest drivers for the graphics card and check if it helps:

    http://support.Microsoft.com/kb/283658

    Method 2:

    Try running this fixit and see if it helps:

    http://support.Microsoft.com/mats/video_freezes_or_crashes/en-us

    For more information, see this link:

    http://support.Microsoft.com/kb/2532294

    It will be useful.

  • Problem with allocating memory collection arraycollection by AddItem

    I have a strange problem with the AddItem method.

    I made a new item with this code:

    ------

    for (var u: int = 0; u < 41; u ++) {}
    Page = new PageToSave();
    project.addPage (page as PageToSave);
    }

    -----

    the project is a distance of class projectblueprint:

    package marcoDoItBetter.utils
    {
    Import mx.collections.ArrayCollection;
    public class ProjectBlueprint
    {
    private var _pages:ArrayCollection;

    public void addPage(page:PageToSave):void
    {
    This._pages. AddItem (page);
    }

    }

    }

    ----

    PageToSave is a class that extends the object.

    When we create the element using the addPages (so with in the collection _pages arraycollection's addItem) programmatically, we have this result using the term Inspector in debug mode.

    It is on the output of the debugger:

    pageList = mx.collections.ArrayCollection (@105cf341)
    [inherited] =
    [0] = marcoDoItBetter.utils.PageToSave (@113cb461)
    [1] = marcoDoItBetter.utils.PageToSave (@113cb401)
    [2] = marcoDoItBetter.utils.PageToSave (@113cb3a1)
    [3] = marcoDoItBetter.utils.PageToSave (@113cb341)
    [4] = marcoDoItBetter.utils.PageToSave (@113cb2e1)
    [5] = marcoDoItBetter.utils.PageToSave (@113cb281) < -.
    [6] = marcoDoItBetter.utils.PageToSave (@113cb221)
    [7] = marcoDoItBetter.utils.PageToSave (@113cb1c1)
    [8] = marcoDoItBetter.utils.PageToSave (@113cb161)
    [9] = marcoDoItBetter.utils.PageToSave (@113cb101)
    [10] = marcoDoItBetter.utils.PageToSave (@113cb0a1)
    [11] = marcoDoItBetter.utils.PageToSave (@113cb041)
    [12] = marcoDoItBetter.utils.PageToSave (@1140dfa1)
    [13] = marcoDoItBetter.utils.PageToSave (@1140df41)
    [14] = marcoDoItBetter.utils.PageToSave (@1140dee1)
    [15] = marcoDoItBetter.utils.PageToSave (@1140de81)
    [16] = marcoDoItBetter.utils.PageToSave (@1140de21)
    [17] = marcoDoItBetter.utils.PageToSave (@1140ddc1)
    [18] = marcoDoItBetter.utils.PageToSave (@1140dd61)
    [19] = marcoDoItBetter.utils.PageToSave (@1140dd01)
    [20] = marcoDoItBetter.utils.PageToSave (@1140dca1)
    [21] = marcoDoItBetter.utils.PageToSave (@1140dc41)
    [22] = marcoDoItBetter.utils.PageToSave (@113cb281) < -.
    [23] = marcoDoItBetter.utils.PageToSave (@1140db81)
    [24] = marcoDoItBetter.utils.PageToSave (@1140db21)
    [25] = marcoDoItBetter.utils.PageToSave (@1140dac1)
    [26] = marcoDoItBetter.utils.PageToSave (@1140da61)
    [27] = marcoDoItBetter.utils.PageToSave (@1140da01)
    [28] = marcoDoItBetter.utils.PageToSave (@1140d9a1)
    [29] = marcoDoItBetter.utils.PageToSave (@1140 d 941)
    [30] = marcoDoItBetter.utils.PageToSave (@1140d8e1)
    [31] = marcoDoItBetter.utils.PageToSave (@1140 d 881)
    [32] = marcoDoItBetter.utils.PageToSave (@1140 d 821)
    [33] = marcoDoItBetter.utils.PageToSave (@1140d7c1)
    [34] = marcoDoItBetter.utils.PageToSave (@1140 d 761)
    [35] = marcoDoItBetter.utils.PageToSave (@1140 d 701)
    [36] = marcoDoItBetter.utils.PageToSave (@1140d6a1)
    [37] = marcoDoItBetter.utils.PageToSave (@1140 d 641)
    [38] = marcoDoItBetter.utils.PageToSave (@1140 d 221)
    [39] = marcoDoItBetter.utils.PageToSave (@1140d5e1)
    [40] = marcoDoItBetter.utils.PageToSave (@1140 d 461)
    source = Array (@1140c9a9)

    as you can see the [5] and the [22] PageToSave id internal flex (or instances of the class has the same address listing.

    "I don't know the exact name of it). It happens totally randomly.

    sometimes fine, sometimes there's more than a duplicate with random address referencing the game.

    I don't want duplicated instances, but I want independent authorities.

    I tried to change addItem with

    This._pages.addItemAt (page, 0);

    Same result.

    I also tried pagina = null before the statement new but same result

    ------

    for (var u: int = 0; u < 41; u ++) {}
    Page = new PageToSave();
    project.addPage (page as PageToSave);

    Page = null;
    }

    -----

    is a garbage collector from?

    How can we solve this problem?

    Thank you

    Hello

    From the looks of it, looks like a bug.

    Are you defining filters or performs a sort on the ArrayCollection collection? Or it's just a pure naked collection instance ArrayCollection.

    Have you tried addItemAt() and got the same result?

    Mike

  • Problem with large XML files over HTTP segmented analysis

    I am trying to isolate a bug introduced when the JRE in Java 7u51 use 7u71 without changing the codes. The problem seems to be very similar to: Bug ID: JDK-8027359 XML parser returns incorrect results of analysis.

    Further investigation showed that it was also introduced in the same versions (7u71) where this patch has been applied. Unlike this bug, my XML is marked as version 1.0. He also seems to be with only large XML, the order of 10 MB files or more.

    Is the closest I've been able to reduce it down to the code uses JAXB to disrupt a flow which tells me that the debugger is an org.apache.http.com.EofSensorInputStream / org.apache.http.impl.io.ChunkedInputStream. The exception I get is not consistent, but usually appears from pieces are replaced or mixed, with result the letters appearing in the attributes that are actually numbers, or like the following, where an attribute "testAttribute" gets partially crushed by the end of a timestamp that was in another section of the XML file.

    javax.xml.bind.UnmarshalException
    - with linked exception:
    [javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,98748]
    Message: Attribute name "testAttribu00Z" associated with an element type "testElement" must be followed by the ' = ' character.]
      at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamException(UnmarshallerImpl.java:421)
      at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:357)
      at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:334)
    Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,98748]
    Message: Attribute name "testAttribu00Z" associated with an element type "testElement" must be followed by the ' = ' character.
      at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
      at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:181)
      at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:355)
      ... 6 more
    
    
    

    A code here which seems to reproduce if you can connect to an XML server that returns a large segmented XML file:

      SchemeRegistry registry = new SchemeRegistry();
      registry.register(
                    new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
      HttpClient client = new DefaultHttpClient(new BasicClientConnectionManager(registry));
      String url = "http://someUrlReturningAlargeChunkedXML";
      HttpGet method = new HttpGet(url);
      HttpResponse response = client.execute(method);
    
      InputStream inputStream = response.getEntity().getContent();
    
      XMLStreamReader responseReader = factory.createXMLStreamReader(inputStream);
      JAXBElement<JaxBObjectOfResponse> wot = unmarshaller.unmarshal(responseReader, JaxBObjectOfResponse.class);
    
    
    

    There is no error if you connect using URL.openStream () to the same service. If I read bytes directly and write to a file, there is no error. The error occurs only when I try to disrupt it is great and I use Java 7u71 (or later). It can be constantly repeated with the jsp webapp I use, but did not show the error when I used the same code with a Wikipedia dump XML file.

    How can I unmarshal differently to avoid this problem? Or, how can I best isolate the bug so it can be sent to the appropriate bugs system?

    Seems to be related to this bug, which will be fixed in 7u80 and others (in April?).

    http://bugs.Java.com/bugdatabase/view_bug.do?bug_id=8059327

    Tests with the final version in early 7u80 showed it fixed my related question.

  • Performance problems with large Photo library size

    Did anyone seen performance issues when the library becomes too great? I used to keep a few different libraries, since some of my libraries are already 1 TB. So, if I merge into one, the file will be 2-3 Tb when it's said and done. Anyone know if it is recommended to size limits or is it more important with El Capitan. Obviously, the response time will be affected by the hard drive and the speed of the laptop, but before you begin merging into one file libraries, I wanted to see if anyone had any suggestions/recommendations or other related advice. Thank you!

    It is not documented, but how many pictures a library can contain pictures, you can migrate photos iPhoto libraries and libraries Aperture, so you should be able to store at least 1 000 000 photos in a photo library.

    I haven't noticed any performance issue with a large library of Photos.  My largest library has 40000 photos.

    During the regular work with the size of the library is not serious at all, as long as you want to keep enough free storage on your system drive. Don't let the photo library fill in your system drive. Keep at least 10 GB free at all times, better more.

    However, there are rare occasions when the size will be discussed:

    • When you need repair library, it will take more time, if the library is large.
    • When you first migrate your libraries of photos, the initial treatment will take longer - scanning for faces and places, creating thumbnails.
    • If you use iCloud library synchronization can take a long time for a large library.
    • Too many smart albums can make pictures a little slower, if the library is large.  I noticed a drop in performance, after that I created 200 smart albums with a search for text across the entire library.
  • Strange problem with graphics memory in Satellite Pro 4600

    When I try to open two windows at the same time, the operating system seems to fail. This option is to restart.
    For example: looking for a page on Google, select the page and click on a link to the current page. Displays two screens, but no action is possible.
    Operating system is Win98SE?

    Can someone help me?

    Hello

    I put t believe it s a hardware malfunction, if the problem ONLY occurs with IE Explorer.
    As the above user said, try to install a fresh OS and see if the new installation has resolved the problem.
    Check the operating system for all malware.

  • WIN8.1 problem with HP EliteBook840g1 (model with double graphic: Intel HD4400 + Radeon 8750 M)

    The issue prevents the laptop from the exit of the sleep

    Actually resume from sleep results in a restart

    Updated BIOS updated to the latest (1.0.7)

    all HP driver installed with the latest version

    all Winupdate installed

    .

    Tried formatting and reinstalling 3 times

    2 clean install Win8 (HP supplied DVD) to give birth to Win8.1

    1 time Win8.1 clean install (msdn. ISO)

    .

    Everything works OK with Win8

    I saved the previous minidump and events

    I am running Win8.1 on many other pc and I think that the problem is with the switchable graphics

    Hi cmaison

    I am informed of these drivers by HP and they said to make sure you that you are installing the Intel driver first, then the AMD driver.  I had a support call connected with HP since may, so it's good to finally get a fix, not a workaround solution.

    Worked for me on a machine to win 8.

    I'll try Win 8.1 and Win 7 soon.

  • problem with physical memory

    First of all, I am running vista.  I have 6 GB of ram.  last week when no programs were running. I used 17-20% of the ram for the substantive programmes. Today, it is 38% and more.  I spent the last few hours trying to figure what is running which is Yao memory.  I disabled all the services that the computer won't let me, and he still thinks a lot about 2 GB of ram.  How can I find what works and turn it off.

    Here is a presentation on Windows memory management

    Physical memory is covered in part 2, but you may find it useful to view the entire presentation.

    (Available free from Microsoft) following Sysinternals tools are useful in diagnosing memory problems

    Information on the installation and use of Sysinternals tools are available at http://www.msteched.com/2010/NorthAmerica/WCL314

  • Problem with a report model

    I have a report that uses a custom model.
    Light blue 15 theme it worked fine.
    I changed my theme to 21 scarlet and copied the model, but is no longer functions, that is to say the highlight is ignored

    My report is
    select owner, table_name, partition_name, subpartition_name, 
    to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss') update_time, 
    to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss') previous, 
    to_char(latest-previous,'dd.mm.yyyy hh24:mi:ss') duration,
    case when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 120 then 'CC0000'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 90 then 'FF0000'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 60 then 'FF6600'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 30 then 'FF9900'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 20 then 'FFCC00'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 10 then 'FFFF00'
         else 'FFFFFF' 
    end BG_COLOUR
     from (
    select da.owner, da.table_name, da.partition_name, da.subpartition_name ,(da.stats_update_time) latest, 
    nvl((select 
    max(stats_update_time) 
    from DBA_TAB_STATS_HISTORY 
    where (owner like ('%ADMIN') or owner in (select username from dba_users where default_tablespace='USERS'))  and stats_update_time >= to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time <= to_date(:P840_END_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time < (da.stats_update_time)),to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss')) previous 
    from (
    select 
    owner, table_name, partition_name, subpartition_name, stats_update_time 
    from DBA_TAB_STATS_HISTORY 
    where (owner like ('%ADMIN') or owner in (select username from dba_users where default_tablespace='USERS'))  and stats_update_time >= to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time <= to_date(:P840_END_DATE,'dd.mm.yyyy hh24:mi:ss') 
    order by stats_update_time asc) da)
    All the passes are passes standard report

    My model is
    Model name column Type (model line)
    Custom class 1 template
    Line Template1
    <tr style="background-color:#8#;">
    <td style="background-color:#8#;" class="t15data">#1#</td>
    <td style="background-color:#8#;" class="t15data">#2#</td>
    <td style="background-color:#8#;" class="t15data">#3#</td>
    <td style="background-color:#8#;" class="t15data">#4#</td>
    <td style="background-color:#8#;" class="t15data">#5#</td>
    <td style="background-color:#8#;" class="t15data">#6#</td>
    <td style="background-color:#8#;" class="t15data">#7#</td>
    </tr>
    Any help appreciated

    Gus

    Gus C wrote:
    I changed the template with your code, but still no formatting.
    It's the source of the page

    USER_TAB_STATS_HISTORY for 10-01-2013-21.00.04Edit

Several classes of 15-specific to the topic: Watch the report model theme Standard 21 and map the classes of equivalent items for custom report templates for the report to match the theme 21 L & F.

Clearly some s ' # ' abandoned somewhere along the line. Should have

and so on.

The query or the model never understood s ' # ' in hexadecimal color values? If not maybe you used a previous version of the 15 without DOCTYPE theme and "#"-have been applied in quirks colors mode less, but do not conform to standards 21 theme...

I would add the s ' # ' to the application as they are actually a part of the value of the color:

...
case when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 120 then '#CC0000'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 90 then #'FF0000'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 60 then '#FF6600'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 30 then '#FF9900'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 20 then '#FFCC00'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 10 then '#FFFF00'
     else '#FFFFFF'
end BG_COLOUR
...

However if this model is used by several reports you can change the model to avoid changing all queries:

...
...

This is not a good solution, because it means that you can perfectly change color specifications in the request of hexadecimal values of named colors or values RGB etc..

  • Problem with CPU &amp; memory tracking

    It's my first post in the VMWare community, so I hope I'm in the right place to post.

    One of our servers ESX (4.1) here at my work does not use cpu or memory of itself or any virtual computer running on it.
    I googled this as background as I could, but couldn't find advice about ESX 2 and the files that they proposed to be altered, is not even in ESX 4.1 it would seem.

    Anyone with experience of what can help?


    Thank you very much!

    Concerning

    Robert

    Then I would start first in restarting the server agent.  Service mgmt-vmware restart on /sbin/services.sh restart on ESXi and ESX.

    -KjB

  • Problem with large HARD drive &gt; 2 TB

    Hi people.

    I have a new server with 4.5 TB in RAID 5 and I would use it for Virtual Machines.

    But whatever I do, the local data store by ESXi cannot be more than 1.41 TB (I guess 600GB's for Esxi itself).

    So there is a limit of 2 TB that Esxi is only 32-bit?

    I divided my raid and installed Esxi on a disc Go 700 and would like to create a different data store on 3 TB raid.

    But unfortunately, if I use the data store on the first HARD drive (say 500GB) I can only create another store of data with 900 GB maximum.

    VMware Infrastructure shows me that there is more space on the raid, but it is not available for partitioning, or to assigning a new data store.

    A way to solve this problem?

    I have 6 x 750 GB SAS and would prefer RAID 5 for all discs, resulting in 3.5 TB disc space

    VirtualUser09 wrote:

    I would llike to use every bit on my local raid.

    regardless of the size of the LUN, using all available space is not a good idea.  You must leave a free space (15-20%).

  • Maybe you are looking for

    • How to make Firefox look like Chrome?

      Is there anyway to make Firefox 29 back to the old layout? I chose to use Firefox because I loved the presentation of the user interface, and it doesn't look like Chrome. In this new update I may as well pass because they look almost identical. It's

    • 4 TB HD Wi - Fi transfer Itunes library

      Just bought a WD 4 to Cloud My Wireless HD.  I want to transfer the Go 107,58 primarily of the music that is currently in my Itunes library for the new external hard drive wireless.  What are the best options/procedures do?  I take the ITunes folder

    • Why Satellite L300-10 q does not recognize wireless network

      This new laptop works well on a wired LAN but does not recognize a wireless local area network. Received the message no network found. In the same room with another PC laptop Toshiba the wireless LAN is located and has good signal strength.The wirele

    • Hidden properties and PropFlag_Hidden gives - failed [Code of error-17500] Popup

      We use a User Interface LV (8.5) TS (4.0), which is a modified version of the Interface of LabVIEW Basic comes with TestStand.  Our user interface is pretty basic; It allows the selection and execution of the sup within these sequences sequences and

    • Activation will not accept the correct product key

      Invalid product key message prevents the submission, but it's the good 25 character key that I use.  Why Windows do not have a correct product key?

    OwnerTable NamePartition NameSubpartition NameStart TimeEnd TimeDuration
    DWHADMIN CPO_LOAD_STATISTIC - - 10.01.13 21:00:37 10.01.13 21:00:04 +000000000 00:00:33.346524