Cannot increase MAXUSERTASKS

Hi,
I´ve tried to increase the MAXUSERTASK Parameter (from 350 to 500) using dbmgui.
The DB cannot restart.
knldiag.err:
2008-02-06 09:03:28                          --- Starting GMT 2008-02-06 08:03:28           7.5.0    Build 034-121-118-234
2008-02-06 09:03:28  3071 ERR 11282 IPC      create_shm: shmget error, Invalid argument
2008-02-06 09:03:28  3071 ERR 11287 IPC      attach_shm: shmat error, Invalid argument id -1 flag 00 addr 0x0
2008-02-06 09:03:28  3071 ERR 11299 IPC      stat_shm: id           -1
2008-02-06 09:03:28  3071 ERR 11029 vmalloc  malloc error, Failed to allocate TRACE space. Please check the critical database parameters
2008-02-06 09:03:28  3071 ERR 11029 vmalloc  malloc error, These are MAXUSERTASKS, MAXSERVERTASKS, CACHE_SIZE and TRACE_PAGES_...
Where is the problem? Shared Memory from underlying linux?
regards,
Michael

Sorry,
I haven´t seen your remark on sysctl.conf.
Look at my sysctl.conf:
kernel.sem = 4096 512000 1600 2048
This values are very old. I had found them in madb mailing list years ago.
How do you size your values?
What if this values are too great for the machine?
regards,
Michael

Similar Messages

  • Cannot increase partition size

    I originally had three two partitions one called BOOT and one called FILES. I ran out of room on my boot drive and I was told to clone it, add a partition with a larger size and clone it back to the larger parttion. I crteated BOOT 2 and then once cloned back I deleted BOOT.
    Now I cannot increase the size of FILES to its original size and cannot seem to recover any of the space from the original BOOT parttiion. Neither BOOT 2 or FILES can be increased. How do I acheive this?
    Here is a screen capture of what is going on.......

    You can not do that with Disk Utility. While it can be used to create and resize partitions, it can not be used to regain the space between partitions if there is data on the second partition.
    You might try something like > iPartition for Mac - Smart hard disk partitioning utility.
    But personally if I were in that boat. I would Clone the data from the 2nd and 3rd Partitions to partitions on an external drive. Then start over by reformatting the internal drive into 1 or 2 new partitions using Disk Utility and then clone the partitions back onto the internal drive.
    In addition: In OS X it is not necessary to have a boot partition and a file partition, OS X does quite well at managing everything including quite large user libraries in one partition.

  • Cannot increase db_cache_size

    The oracle version is 9.2.0.7
    I want to increase db_cache_size dynamically to 6gb but i cannot increase it to even 2 gb. It is 1.5gb right now. The overall system memory is 16gb.
    Can anyone tell what is the reason
    sys@kishore> alter system set DB_CACHE_SIZE=3000m;
    alter system set DB_CACHE_SIZE=3000m
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-00384: Insufficient memory to grow cache

    You might have mistaken,
    if you have a 32-bit Oracle instance, the address space is only 2 to the power of 32, or 4 GB, on all platforms (except on Linux/Windows, the address space is actually 2 to the power of 31). So regardless how big your physical RAM is, the max addressable memory to 32-bit Oracle is 4G.
    and check here
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0410evans/#PartI
    In general, 32-bit operating system kernels can exploit four gigabytes of real memory (the physical RAM shared by the operating system and the running applications), whereas 64-bit operating system kernels can exploit more than this. Of course, some 32-bit operating system kernels can exploit more than four gigabytes of memory, but don’t do this as well as 64-bit kernels.

  • I cannot increase volume on Voice Memo

    Does anyone know how to increase volume on Voice Memo?
    I almost do not hear my messages (unless I shout or put my phone in front of my lips and talk loud).

    Just got a 3GS today and this volume problem was one of the first things I noticed. This has to be fixed - teling people they have to use a headset mic or somesuch, when the speakerphone usage of the built-in mic works just fine, is a cop-out. Obviously an oversight ("bug") in the code. Now if someone could just figure out what the file type of the voice memos is, one could take the files of 3rd party apps that do record at a proper volume and make iTunes recognize them as voice memos. If Apple's going to release something they consider a core iPhone app in this shoddy condition, it's only fair if we get some sort of functional workaround rather than wait for someone's bugfix inbox queue in Cupertino to get caught up on.

  • Cannot increase the stack size

    Hi,
    We have a program which gives a StackOverflowError. Trying the increase the stack size using command line options does not work. A simple program shows that the stack is the same size, whatever option we set.
    This is the program:
    class StackOverflowTest
    public static int counter = 0;
    public static void main(String[] a)
    try {
    sub();
    } catch (StackOverflowError e)
    System.out.println("recursive calls: "+counter);
    public static void sub()
    counter++;
    sub();
    We tried several -Xss (and -Xoss) settings: 600K, 2048K, 4M but got the same recursion deep: 16683 (with Eclipse), or 16689 (command line).
    We used Windows XP.
    Do you have any clue?
    Many thanks,
    Zsolt

    Oh good, they seem to have broken the forum formatting again.
    ====================================================================================================================
    Bug ID:     4362291     Stack size argument ignored (-Xss and -ss)
    ====================================================================================================================
    public class StackOverflowTest {
        public static int counter = 0;
        public static final void main(String[] a) {
            new Thread(new Runnable() {
                public void run() {
                    try {
                        sub();
                    } catch (StackOverflowError e) {
                        System.out.println("recursive calls: "+counter);
            }).start();
        public static final void sub() {
         counter++;
         sub();
    /code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Cannot increase file descriptors

    Hello all,
    I'm trying to increase the number of file descriptors of the system.
    Currently with ulimit -n, I get 2048. So I would like to increase the limit to 8192.
    I have added the following lines in the /etc/system file:
    set rlim_fd_max=8192
    set rlim_fd_cur=8192
    These are standard lines I have added in other systems and after rebooting I always get the right value. But in one of the machines of my server room this doesn't seem to work. The machine is exactly the same as all the others: SunFire V210, Solaris 10 with Patch Cluster 31/10/2007
    I have tried to reboot several times: init 6, reboot -- -r ... but I always get 2048 with ulimit -n
    Is there any other parameter somewhere than can limit this value?
    Thanx.

    Doing more tests... now I'm even more confused.
    Rebooting the system, I connected to the console and saw that during the boot part, there is a warning about the /etc/system file:
    Rebooting with command: boot
    Boot device: disk0 File and args:
    WARNING: unknown command 'nfs' on line 85 of etc/system
    WARNING: unknown command 'nfs' on line 86 of etc/system
    SunOS Release 5.10 Version Generic_118833-33 64-bit
    Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Hardware watchdog enabled
    Those warnings refer to a problem of the /etc/system file that I had in the past (when I took over the system), but I modified the lines.
    They used to be just:
    nfs:nfs4_bsize=8192
    nfs:nfs4_nra=0
    Later I added the "set" in the front.
    Anyway, i changed the order of some commands and in lines 85 and 86 I have the following:
    85 * Begin MDD root info (do not edit)
    86 rootdev:/pseudo/md@0:0,30,blk
    The mirroring lines.
    So for some reason at boot, Solaris reads the old file. But I dont know which old file because it's been modified and I dont keep any backup of the original one. So, from where is Solaris reading that "strange" /etc/system file? It's definitely not the one I can see doing: cat /etc/system

  • Cannot increase Credit Limit - Get error message F4724

    Hi All,
    In FD32, I'm trying to increase the credit limit of a customer.  I get message Message no. F4724 that says "Maximum Individual limit should only be $$$$"  and it prints the $ amount of the current limit.  I try to increase the limit on other customers and I can with no error message.
    Have you ever seen this message and do you know what causes it to be displayed?  I searched notes and don't see anything, so I'm not sure where to look.
    Thanks in advance for your expertise!
    Karla

    Hi,
    Please check the central data. It has a section for Maximum permitted limits - Total amount and individual limit. Change the fields as need.
    Thanks,
    Leela

  • Cannot Increase CPU Multiplier - Help?

    Here's my problem:
    I've unlocked the CPU Multipliers on my AMD XP-1600+ by
    connecting the L1 bridges.  System boots & runs OK with
    stock (10.5 x 133) multiplier value (I'm running that right
    now).  I can also reduce the multiplier (10 x 133).
    When I try to increase it (11 x 133) the system won't
    POST; I have to power-off/on (then I get to re-enter ALL
    BIOS data). javascript:smilie('X(')
    Mad
    Can anyone give me a clue what's wrong?  Have I blown
    the unlocking; will my mobo just not support increased
    multipliers...??  I've had the system running stable @ 148
    Mhz FSB before unlocking it (and at least 140 Mhz after).
    Here is my H/W setup:
    KT7266-Pro (6380) Ver 1.0 mobo with Ver 1.9 BIOS
    Ver 4.43 4-in-1 Drivers, Ver 30.82 Detonator.

    Thanks for the reply wonkanoby - yes, I did;  first cleaned
    out the 'ash' then filled them with JB-Weld.
    This is the 2nd time I've tried unlocking.  The first time, the
    BIOS reported clock speed as 1200 Mhz no matter what I
    did.  Well, I hope the 3rd time does it - that's a bloody
    tedious job, even with a 5x 'hands-free' magnifier.
    BTW, what do you recommend for removing rear-window
    de-fogger paint?  I've been using acetone.

  • Cannot increase/zoom text in Mac Mail.

    I've tried everything that the manuals, support and user groups have suggested and nothing works.
    I know that it's something simple.
    Please help.

    Open System Preferences > Accessibility > Zoom
    Select:  Use keyboard shortcuts to zoom
    BTW... if you don't tell us exactly what you have tried that didn't work, we have no way of knowing.
    You might find something helpful in the Vision: Accessibility: Apple Support Communities
    forum.

  • Currency Decimal Increases Incoming Payment Window

    Hi Expert,
    My problem is related to Incoming Payment window (named  Doc. Currency ) can I increase the decimal(Last Digit 3,4) in that Field.Actually I check the Seting in Administration Module but Digit not increase.
    Please help me out from these problems.
    Regards
    Amol

    Hi Gordon,
    So i cannot increase the Decimal in Doc Currency field.Because the USD Currency amt For Eg :49.23321 so it round the decimal so amount calculate in Amount Due (LC) give differences in INR valuea and that field is Disabled.Otherwise i can input the value in that Amount Due (LC) Field.So suggest solution in these problem.
    Thanks &  Regards
    Amol

  • Slider is locked and cannot change dock size

    The slider is locked and I cannot increase the size of the icons on the dock. Please help.

    Have you restarted the iMac, if so and that did not fix the problem reset the SMC and PRAM. Instructions are in iMac SMC and PRAM reset

  • How to increase the length of the Info object

    Hi All
         Any one have idea about how to increse the length of the Info object Char(beyond 60). Can you please explain me in detail we are using BI7.0.
    Thanks
    Vani

    Hello Vani,
    You cannot increase the length of an info-object beyond 60 chars.However if you want to store a characteristics data with more than length 60, then you may create separate info-objects
    for example: if you need to store 'notes' which might have length more  than 60,
    then you may create info-objects like notes 1/3 ---store first 60 chars.
    notes 2/3 --- store next 60 characters and so on.
    Thanx
    Priyanka

  • Need to increase db_cache_size

    Hi Forum Friends,
    I have one concern, On one production server as per ADDM analysis report we need to increase db_cache_size at db level .
    According to my knowledge, SGA_MAX_SIZE= db_cache_size+shared_pool size + large pool size . Pls correct if i am wrong ?
    As per my DB settings:
    ============================================================
    sga_max_size = 70G
    db_cache_size = 60928M
    shared_pool_size = 8G
    large_pool_size= 0
    sga_target= 0
    As per ADDM report db_cache_size should be 64,768M
    ================================================================================================================
    But If my above statement is correct then we cannot increase db_cache_size untill we will increase sga_max_size  so that all parameter get involved in it ?
    Regards,
    Vishal Raina

    The SGA = Fixed size + Variable size + DB Cache Buffers + Online Redo Buffers.  Try querying v$sga and v$stastat to see how your space is allocated.
    Also Oracle has a strong tendency to over-identify space needs, that is, just because one of Oracle's features suggests more space is needed does not mean it really is.  You may be able to relieve some of the demand on the buffer cache by tuning SQL to be more efficient.  Then see if Oracle still wants more space.
    HTH -- Mark D Powell --

  • How to increase size of a Disk Group in ASM?

    Hi,
    I'm testing the ASM in AIX. I created a Logical Volume with size is, e.g., 10G. Then I assign this LV with a Disk Group in ASM. Now I increase the size of the LV using AIX's smit, e.g., to 20G. How can I increase the size of my Disk Group in ASM?
    I understand that Oracle recommend to assign a whole physical hard disk to a Disk Group in ASM.Thus, the resize command of ASM can only reduce the size of Disk Group, but cannot increase the size of it?
    Any advice?
    Pham

    Disk Group is a logical term, phyical size of a diskgroup is determined by the disks belonging to a diskgroup. So you cannot increase a diskgroup, only the disks in it. You can resize a disk up to its physical limit (resize option of ALTER DISKGROUP statement).
    Werner

  • Can't increase type size . . .

    All of a sudden I cannot increase the type size. I can decrease it, but it won't allow me to increase it. I'm trying to increase the type size for the font Helvetica Neue.
    Any suggestions?

    I thought you were going to say 475,000,000.
    OK.  Is this with one particular document?  I am not sure what version you are using, but I have been finding that CC gets itself in a tizzy sometimes, and a document won't play nicely (those are technical terms btw ).  What I do is to select and group all the layers, and right click and duplicate to a new document.  That has always fixed it for me.
    But if you select the type layer (by double clicking so the text is highlighted) and put a value of 300px in the Options bar, does the type not appear a bit under 3/4 the height of the image?

Maybe you are looking for

  • HD Export Settings?

    My video is 1080p, 30fps. After editing in CS4, I'm exporting via Adobe Media Encoder to make a blu-ray DVD. Using H.264 I want to export with 1440x1080p 30fps (or 29.97 fps) but that choice is unavailable. Do I use: 1440x1080i 29.97 HQ 1440x1080p 23

  • Example WLST scripts for creating clustered domain for soa suite 11.1.1.4?

    Hello, does anyone know sample wlst scripts for creating domain for soa suite 11.1.1.4 on top of weblogic 10.3.4? I try to create a domain having a cluster with two managed servers in two linux machines. Any help appreciated. regards, Matti

  • How to change the "TabIndex" of Controls?

    Hello, there are serval string/number input controls on a front panel, and I want to change the tab indics of them, because some users prefer to use "Tab"-Key than using mouse by inputing and the order of these control is really not logical. But I co

  • The margins in page setup have changed to millimeters; how do I change them back to inches?

    I was printing some stuff and adjusting margins, page #, date, time, etc. Without doing anything differently one time margins are in inches then the next time they are millimeters.

  • Turn off scroll lock

    I have a 2011 MacBook Pro and cannot turn off scroll lock, so when using Excel the arrow keys move the spreadsheet rather than the next cell.  I have searched numerous threads and all refer to F14 plus either shift or command but I can't find any ref